From 9c8a4fa6bd330bff93f49ecf4db7affd05c094ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:30:32 +0000 Subject: [PATCH] build(deps): bump starlette from 0.25.0 to 0.40.0 Bumps [starlette](https://github.com/encode/starlette) from 0.25.0 to 0.40.0. - [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.25.0...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- prod-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prod-requirements.txt b/prod-requirements.txt index 8ca7b13..becf846 100644 --- a/prod-requirements.txt +++ b/prod-requirements.txt @@ -12,7 +12,7 @@ pydantic==1.9.0 python-dotenv==0.19.2 sniffio==1.2.0 -starlette==0.25.0 +starlette==0.40.0 typing_extensions==4.1.1 uvicorn==0.17.5 diff --git a/requirements.txt b/requirements.txt index 30f9811..ab5be92 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ requests==2.27.1 six==1.16.0 sniffio==1.2.0 SQLAlchemy==1.4.34 -starlette==0.25.0 +starlette==0.40.0 toml==0.10.2 tomli==2.0.1 typing_extensions==4.1.1