From 2c6569014f850b8a183fb2403a23d12f4719ce0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:36:56 +0000 Subject: [PATCH] [pip] Bump starlette from 0.41.3 to 0.45.2 Bumps [starlette](https://github.com/encode/starlette) from 0.41.3 to 0.45.2. - [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.41.3...0.45.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index f84355a..dcc3afa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -26,7 +26,7 @@ python-dotenv==1.0.1 python-multipart==0.0.20 PyYAML==6.0.2 sniffio==1.3.1 -starlette==0.41.3 +starlette==0.45.2 tomli==2.2.1 typing_extensions==4.12.2 uvicorn==0.34.0 diff --git a/requirements.txt b/requirements.txt index 9b8e3a7..195f5bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ python-dotenv==1.0.1 python-multipart==0.0.20 PyYAML==6.0.2 sniffio==1.3.1 -starlette==0.41.3 +starlette==0.45.2 typing_extensions==4.12.2 uvicorn==0.34.0 uvloop==0.21.0; sys_platform == "linux"