requirement update

This commit is contained in:
Eriks K 2020-11-03 18:10:43 +02:00
parent e09ca143b1
commit e1e3b33d46
2 changed files with 5 additions and 5 deletions

View File

@ -2,15 +2,15 @@ bump2version==1.0.1
coverage==5.3 coverage==5.3
edx-sphinx-theme==1.5.0 edx-sphinx-theme==1.5.0
flake8==3.8.4 flake8==3.8.4
ipython>=7.18.1 ipython>=7.19.0
isort==5.6.4 isort==5.6.4
pip==20.2.4 pip==20.2.4
PyInstaller==4.0 PyInstaller==4.0
pytz==2020.1 pytz==2020.4
pytest==6.1.1 pytest==6.1.2
responses==0.12.0 responses==0.12.0
setuptools==50.3.2 setuptools==50.3.2
Sphinx==3.2.1 Sphinx==3.3.0
requests==2.24.0 requests==2.24.0
PySocks==1.7.1 PySocks==1.7.1
tox==3.20.1 tox==3.20.1

View File

@ -12,7 +12,7 @@ with open('HISTORY.rst') as history_file:
history = history_file.read() history = history_file.read()
requirements = [ requirements = [
'pytz==2020.1', 'pytz==2020.4',
'requests==2.24.0', 'requests==2.24.0',
'PySocks==1.7.1' 'PySocks==1.7.1'
] ]