Skip to content

Commit 2405725

Browse files
authored
Merge pull request #37 from quoth/dependabot/pip/example/logger_app/starlette-0.25.0
Bump starlette from 0.17.1 to 0.25.0 in /example/logger_app
2 parents 0fa1fd6 + 0e068a2 commit 2405725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/logger_app/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requests==2.27.1; python_version >= "3.6" and python_full_version < "3.0.0" or p
2727
rsa==4.8; python_version >= "3.6" and python_version < "4" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6")
2828
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6") or python_full_version >= "3.6.0" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6")
2929
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.2"
30-
starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.1"
30+
starlette==0.25.0; python_version >= "3.6" and python_full_version >= "3.6.1"
3131
typing-extensions==4.1.1; python_version >= "3.6" and python_full_version >= "3.6.1"
3232
urllib3==1.26.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.6"
3333
uvicorn[standard]==0.17.6; python_version >= "3.6"

0 commit comments

Comments
 (0)