Skip to content

Commit

Permalink
Merge pull request #272 from seapagan/dependabot/pip/develop/uvicorn-…
Browse files Browse the repository at this point in the history
…0.24.0.post1
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
2 parents d902f14 + c7ac37b commit 38da5ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "^1.4.1"

[tool.poetry.dependencies.uvicorn]
extras = ["standard"]
version = "^0.23.2"
version = "^0.24.0"

[tool.poetry.dependencies.passlib]
extras = ["bcrypt"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ typer[all]==0.8.0 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.8.0 ; python_version >= "3.9" and python_version < "4.0"
ujson==5.8.0 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.0.7 ; python_version >= "3.9" and python_version < "4.0"
uvicorn[standard]==0.23.2 ; python_version >= "3.9" and python_version < "4.0"
uvicorn[standard]==0.24.0.post1 ; python_version >= "3.9" and python_version < "4.0"
uvloop==0.18.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
virtualenv==20.24.5 ; python_version >= "3.9" and python_version < "4.0"
watchfiles==0.21.0 ; python_version >= "3.9" and python_version < "4.0"
Expand Down

0 comments on commit 38da5ef

Please sign in to comment.