Skip to content

Commit 62ee82e

Browse files
Update dependency uvicorn to v0.28.1
1 parent be09a83 commit 62ee82e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages = [{include = "bss_web_file_server", from = "src"}]
99
[tool.poetry.dependencies]
1010
python = "^3.12"
1111
fastapi = {extras=["all"], version="0.110.0"}
12-
uvicorn = {extras = ["standard"], version = "0.28.0"}
12+
uvicorn = {extras = ["standard"], version = "0.28.1"}
1313
pillow = "10.2.0"
1414
pillow-avif-plugin = "1.4.3"
1515
python-multipart = "0.0.9"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ ujson==5.9.0 ; python_version >= "3.12" and python_version < "4.0" \
522522
--hash=sha256:f91719c6abafe429c1a144cfe27883eace9fb1c09a9c5ef1bcb3ae80a3076a4e \
523523
--hash=sha256:ff741a5b4be2d08fceaab681c9d4bc89abf3c9db600ab435e20b9b6d4dfef12e \
524524
--hash=sha256:ffdfebd819f492e48e4f31c97cb593b9c1a8251933d8f8972e81697f00326ff1
525-
uvicorn[standard]==0.28.0 ; python_version >= "3.12" and python_version < "4.0" \
526-
--hash=sha256:6623abbbe6176204a4226e67607b4d52cc60ff62cda0ff177613645cefa2ece1 \
527-
--hash=sha256:cab4473b5d1eaeb5a0f6375ac4bc85007ffc75c3cc1768816d9e5d589857b067
525+
uvicorn[standard]==0.28.1; python_version >= "3.12" and python_version < "4.0" \
526+
--hash=sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c \
527+
--hash=sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5
528528
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.12" and python_version < "4.0" \
529529
--hash=sha256:0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd \
530530
--hash=sha256:02506dc23a5d90e04d4f65c7791e65cf44bd91b37f24cfc3ef6cf2aff05dc7ec \

0 commit comments

Comments
 (0)