Requirement update

This commit is contained in:
Eriks K 2020-11-30 18:20:42 +02:00
parent cfb9501647
commit cec4510831
2 changed files with 8 additions and 8 deletions

View File

@ -4,16 +4,16 @@ edx-sphinx-theme==1.5.0
flake8==3.8.4
ipython>=7.19.0
isort==5.6.4
pip==20.2.4
PyInstaller==4.0
pip==20.3
PyInstaller==4.1
pytz==2020.4
pytest==6.1.2
responses==0.12.0
responses==0.12.1
setuptools==50.3.2
Sphinx==3.3.0
requests==2.24.0
Sphinx==3.3.1
requests==2.25.0
PySocks==1.7.1
tox==3.20.1
twine==3.2.0
watchdog==0.10.3
watchdog==0.10.4
wheel==0.35.1

View File

@ -13,7 +13,7 @@ with open('HISTORY.rst') as history_file:
requirements = [
'pytz==2020.4',
'requests==2.24.0',
'requests==2.25.0',
'PySocks==1.7.1'
]
@ -21,7 +21,7 @@ setup_requirements = []
test_requirements = [
"pytest==6.1.2",
"responses==0.12.0"
"responses==0.12.1"
]
setup(