Skip to content

Commit 19d5fcb

Browse files
fix(deps): update dependency uvicorn to v0.34.0
1 parent 57f6b7f commit 19d5fcb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.11"
1111
fastapi = "^0.115.0"
12-
uvicorn = "^0.30.0"
12+
uvicorn = "^0.34.0"
1313
requests = "^2.32.0"
1414
python-multipart = "^0.0.10"
1515
environs = "^11.0.0"

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,6 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0"
334334
urllib3==2.3.0 ; python_version >= "3.11" and python_version < "4.0" \
335335
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
336336
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d
337-
uvicorn==0.30.6 ; python_version >= "3.11" and python_version < "4.0" \
338-
--hash=sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 \
339-
--hash=sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5
337+
uvicorn==0.34.0; python_version >= "3.11" and python_version < "4.0" \
338+
--hash=sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4 \
339+
--hash=sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9

0 commit comments

Comments
 (0)