Skip to content

Commit 1fa5b38

Browse files
fix(deps): update dependency uvicorn to v0.31.0
1 parent ba7f128 commit 1fa5b38

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

+4-4
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.31.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
@@ -308,6 +308,6 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0"
308308
urllib3==2.2.3 ; python_version >= "3.11" and python_version < "4.0" \
309309
--hash=sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac \
310310
--hash=sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9
311-
uvicorn==0.30.6 ; python_version >= "3.11" and python_version < "4.0" \
312-
--hash=sha256:4b15decdda1e72be08209e860a1e10e92439ad5b97cf44cc945fcbee66fc5788 \
313-
--hash=sha256:65fd46fe3fda5bdc1b03b94eb634923ff18cd35b2f084813ea79d1f103f711b5
311+
uvicorn==0.31.0; python_version >= "3.11" and python_version < "4.0" \
312+
--hash=sha256:13bc21373d103859f68fe739608e2eb054a816dea79189bc3ca08ea89a275906 \
313+
--hash=sha256:cac7be4dd4d891c363cd942160a7b02e69150dcbc7a36be04d5f4af4b17c8ced

0 commit comments

Comments
 (0)