requirement update

This commit is contained in:
Eriks Karls 2020-02-20 12:37:15 +02:00
parent 149071ae86
commit e6ce02fc09
2 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,16 @@
bumpversion==0.5.3 bumpversion==0.5.3
coverage==5.0.2 coverage==5.0.3
edx-sphinx-theme==1.5.0 edx-sphinx-theme==1.5.0
flake8==3.7.9 flake8==3.7.9
ipython==7.11.1 ipython==7.12.0
isort==4.3.21 isort==4.3.21
pip==19.3.1 pip==20.0.2
PyInstaller==3.6 PyInstaller==3.6
pytz==2019.3 pytz==2019.3
requests==2.22.0 requests==2.23.0
setuptools==44.0.0 setuptools==45.2.0
Sphinx==2.3.1 Sphinx==2.4.2
tox==3.14.3 tox==3.14.5
twine==3.1.1 twine==3.1.1
watchdog==0.9.0 watchdog==0.10.2
wheel==0.33.6 wheel==0.34.2

View File

@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
with open('HISTORY.rst') as history_file: with open('HISTORY.rst') as history_file:
history = history_file.read() history = history_file.read()
requirements = ['pytz==2019.3', 'requests==2.22.0'] requirements = ['pytz==2019.3', 'requests==2.23.0']
setup_requirements = [] setup_requirements = []