Skip to content

Commit 31f4133

Browse files
chore(deps): bump starlette from 0.45.3 to 0.46.0 (#579)
Bumps [starlette](https://github.com/encode/starlette) from 0.45.3 to 0.46.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.45.3...0.46.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55f2af2 commit 31f4133

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; 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.45.3; python_version >= "3.6" and python_full_version >= "3.6.2" and python_full_version < "4.0.0"
41+
starlette==0.46.0; 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.15.1; python_version >= "3.6"
4444
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"

0 commit comments

Comments
 (0)