Upgrade requests version

This commit is contained in:
Raphael Michel
2020-07-29 18:30:14 +02:00
parent 478f6e3029
commit 0f3f15a736
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ Django==3.0.*
djangorestframework==3.11.*
python-dateutil==2.8.*
isoweek
requests==2.22.0
requests==2.24.0
pytz
django-bootstrap3==12.0.*
django-formset-js-improved==0.5.0.2

View File

@@ -92,7 +92,7 @@ setup(
'djangorestframework==3.11.*',
'python-dateutil==2.8.*',
'isoweek',
'requests==2.22.*',
'requests==2.24.*',
'pytz',
'django-bootstrap3==12.0.*',
'django-formset-js-improved==0.5.0.2',