From 43b40be21fc37158c4b8e64706ffc7b747de4340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 11:07:41 +0000 Subject: [PATCH] chore(deps-dev): update starlette requirement from ^0.24.0 to ^0.25.0 Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.24.0...0.25.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99de733..7d293c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-httpbin = "^1.0" pytest-randomly = "^3.5.0" asynctest = "^0.13.0" requests = "^2.26.0" -starlette = "^0.24.0" +starlette = "^0.25.0" httpx = "^0.23.0" # See https://github.com/postmanlabs/httpbin/pull/674 httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" }