Skip to content

Commit 66e1d77

Browse files
authored
chore: bump deps for uv this time (#81)
Signed-off-by: Grant Linville <grant@obot.ai>
1 parent cd317c5 commit 66e1d77

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ readme = "README.md"
1010
authors = [{ name = "Bill Maxwell", email = "bill@acorn.io" }]
1111
license = { file = "LICENSE" }
1212
dependencies = [
13-
"certifi==2024.7.4",
14-
"charset-normalizer==3.3.2",
15-
"httpx==0.27.0",
16-
"idna==3.7",
17-
"requests==2.32.5",
18-
"tqdm==4.66.3",
19-
"urllib3==2.6.2",
13+
"certifi==2026.2.25",
14+
"charset-normalizer==3.4.7",
15+
"httpx==0.28.1",
16+
"idna==3.11",
17+
"requests==2.33.1",
18+
"tqdm==4.67.3",
19+
"urllib3==2.6.3",
2020
"pydantic==2.12.5",
2121
"pywin32==311 ; sys_platform == 'win32'",
22-
"uvicorn==0.38.0",
22+
"uvicorn==0.44.0",
2323
]
2424

2525
[project.urls]

0 commit comments

Comments
 (0)