Bugfix requests 2.27.0 contains bug which prohibits using auth with socks proxy
This commit is contained in:
@ -1,16 +1,16 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
-r requirements-tests.txt
|
-r requirements-tests.txt
|
||||||
bump2version==1.0.1
|
bump2version==1.0.1
|
||||||
coverage==6.1.1
|
coverage==6.3
|
||||||
edx-sphinx-theme==3.0.0
|
edx-sphinx-theme==3.0.0
|
||||||
flake8==4.0.1
|
flake8==4.0.1
|
||||||
ipython>=7.29.0
|
ipython>=8.0.1
|
||||||
jedi!=0.18.0
|
jedi!=0.18.0
|
||||||
isort==5.9.3
|
isort==5.10.1
|
||||||
pre-commit==2.15.0
|
pre-commit==2.17.0
|
||||||
pur==5.4.2
|
pur==6.0.1
|
||||||
responses==0.15.0
|
responses==0.17.0
|
||||||
Sphinx==4.2.0
|
Sphinx==4.4.0
|
||||||
twine==3.4.2
|
twine==3.7.1
|
||||||
wheel==0.37.0
|
wheel==0.37.1
|
||||||
black==21.7b0
|
black==21.12b0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
pytz==2021.3
|
pytz>2021.0
|
||||||
requests==2.27.0
|
requests>2.25.0,!=2.27.0
|
||||||
requests-toolbelt==0.9.1
|
requests-toolbelt==0.9.1
|
||||||
|
Reference in New Issue
Block a user