We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba21936 commit 05ba55dCopy full SHA for 05ba55d
pyproject.toml
@@ -16,7 +16,7 @@ dependencies = [
16
"idna==3.6",
17
"requests==2.31.0",
18
"tqdm==4.66.2",
19
- "urllib3==2.2.1",
+ "urllib3==2.2.2",
20
"pydantic==2.9.2",
21
"pywin32==306 ; sys_platform == 'win32'",
22
"uvicorn==0.32.1",
requirements.txt
@@ -3,7 +3,7 @@ charset-normalizer==3.3.2
3
idna==3.6
4
requests==2.31.0
5
tqdm==4.66.2
6
-urllib3==2.2.1
+urllib3==2.2.2
7
tox==4.14.1
8
wheel==0.42.0
9
setuptools==69.1.1
0 commit comments