We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 703aaaa + 3fc19b2 commit 14f6cafCopy full SHA for 14f6caf
1 file changed
requirements.txt
@@ -41,6 +41,6 @@ requests==2.33.0; python_version >= '3.10'
41
six==1.17.0; python_version >= '3.10'
42
tornado==5.1.1; python_version < '3.5'
43
tornado==6.0.2; python_version >= '3.5' and python_version < '3.10'
44
-urllib3==2.6.3; python_version >= '3.10'
+urllib3==2.7.0; python_version >= '3.10'
45
yarl==1.3.0; python_version >= '3.5' and python_version < '3.10'
46
yarl==1.22.0; python_version >= '3.10'
0 commit comments