We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239d67b commit 21b6c6cCopy full SHA for 21b6c6c
requirements.txt
@@ -40,6 +40,6 @@ requests==2.27.1; python_version >= '3.10'
40
six==1.16.0; python_version >= '3.10'
41
tornado==5.1.1; python_version < '3.5'
42
tornado==6.0.2; python_version >= '3.5' and python_version < '3.10'
43
-urllib3==1.26.9; python_version >= '3.10'
+urllib3==1.26.19; python_version >= '3.10'
44
yarl==1.3.0; python_version >= '3.5' and python_version < '3.10'
45
yarl==1.7.2; python_version >= '3.10'
0 commit comments