Skip to content

Commit 88ecfec

Browse files
chore(deps): bump starlette from 0.49.1 to 0.49.3 (#712)
Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.1 to 0.49.3. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.49.1...0.49.3) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a32a5f commit 88ecfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rsa==4.9.1; python_version >= "3.5" and python_version < "4"
3838
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")
3939
sniffio==1.3.1; python_version >= "3.6" and python_full_version >= "3.6.2"
4040
sqlalchemy==1.4.26; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
41-
starlette==0.49.1; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
41+
starlette==0.49.3; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
4242
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"
4343
typer==0.20.0; python_version >= "3.6"
4444
typing-extensions==4.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)