From 3a23aaccaf4353be25fe34e53e91fa31de3387e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:36:42 -0600 Subject: [PATCH] chore(deps): bump starlette from 0.17.1 to 0.45.2 (#563) Bumps [starlette](https://github.com/encode/starlette) from 0.17.1 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.17.1...0.45.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e645ba..2ef3274 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ rsa==4.9; python_version >= "3.5" and python_version < "4" six==1.17.0; python_full_version >= "3.6.1" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0") and (python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0") sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2" sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0" -starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0" +starlette==0.45.2; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0" toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0" typer==0.15.1; python_version >= "3.6" typing-extensions==4.12.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"