Skip to content

Commit

Permalink
Merge pull request #52 from quoth/dependabot/pip/example/logger_app/s…
Browse files Browse the repository at this point in the history
…tarlette-0.27.0

Bump starlette from 0.25.0 to 0.27.0 in /example/logger_app
  • Loading branch information
quoth authored Aug 2, 2023
2 parents 35e5a44 + c9ce89e commit 04c8a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/logger_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requests==2.27.1; python_version >= "3.6" and python_full_version < "3.0.0" or p
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")
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")
sniffio==1.2.0; python_version >= "3.6" and python_full_version >= "3.6.2"
starlette==0.25.0; python_version >= "3.6" and python_full_version >= "3.6.1"
starlette==0.27.0; python_version >= "3.6" and python_full_version >= "3.6.1"
typing-extensions==4.1.1; python_version >= "3.6" and python_full_version >= "3.6.1"
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"
uvicorn[standard]==0.17.6; python_version >= "3.6"

0 comments on commit 04c8a0b

Please sign in to comment.