Skip to content

Commit 785693b

Browse files
Update uvicorn[standard] requirement from ~=0.30.6 to ~=0.31.0 (#105)
1 parent 4c7df3e commit 785693b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"httpx~=0.27.0",
1313
"beautifulsoup4~=4.12.3",
1414
"tzdata~=2024.1",
15-
"uvicorn[standard]~=0.30.6",
15+
"uvicorn[standard]~=0.31.0",
1616
]
1717

1818
[tool.uv]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ jinja2~=3.1.4
55
httpx~=0.27.2
66
beautifulsoup4~=4.12.3
77
tzdata~=2024.1
8-
uvicorn[standard]~=0.30.6
8+
uvicorn[standard]~=0.31.0

0 commit comments

Comments
 (0)