Skip to content

Commit 0a2bb47

Browse files
chore: Bump starlette from 0.38.5 to 0.40.0 in /sdk/python/requirements (#4629)
Bumps [starlette](https://github.com/encode/starlette) from 0.38.5 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](Kludex/starlette@0.38.5...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e33277 commit 0a2bb47

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ sqlparams==6.1.0
767767
# via singlestoredb
768768
stack-data==0.6.3
769769
# via ipython
770-
starlette==0.38.5
770+
starlette==0.40.0
771771
# via fastapi
772772
substrait==0.23.0
773773
# via ibis-substrait

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ six==1.16.0
108108
sniffio==1.3.1
109109
# via anyio
110110
sqlalchemy[mypy]==2.0.35
111-
starlette==0.38.5
111+
starlette==0.40.0
112112
# via fastapi
113113
tabulate==0.9.0
114114
tenacity==8.5.0

sdk/python/requirements/py3.11-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ sqlparams==6.1.0
758758
# via singlestoredb
759759
stack-data==0.6.3
760760
# via ipython
761-
starlette==0.38.5
761+
starlette==0.40.0
762762
# via fastapi
763763
substrait==0.23.0
764764
# via ibis-substrait

sdk/python/requirements/py3.11-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ six==1.16.0
106106
sniffio==1.3.1
107107
# via anyio
108108
sqlalchemy[mypy]==2.0.35
109-
starlette==0.38.5
109+
starlette==0.40.0
110110
# via fastapi
111111
tabulate==0.9.0
112112
tenacity==8.5.0

sdk/python/requirements/py3.9-ci-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ sqlparams==6.1.0
775775
# via singlestoredb
776776
stack-data==0.6.3
777777
# via ipython
778-
starlette==0.38.5
778+
starlette==0.40.0
779779
# via fastapi
780780
substrait==0.23.0
781781
# via ibis-substrait

sdk/python/requirements/py3.9-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ six==1.16.0
110110
sniffio==1.3.1
111111
# via anyio
112112
sqlalchemy[mypy]==2.0.35
113-
starlette==0.38.5
113+
starlette==0.40.0
114114
# via fastapi
115115
tabulate==0.9.0
116116
tenacity==8.5.0

0 commit comments

Comments
 (0)