diff options
author | Alban Gruin | 2019-09-01 18:50:40 +0200 |
---|---|---|
committer | Alban Gruin | 2019-09-01 20:43:21 +0200 |
commit | 88fcd3f9d66713292fb8167ef58c7fa2455f3e8c (patch) | |
tree | 3f12aca24728efecd1de820bc4566ab29f007356 | |
parent | 2472c9d0a75360a2be235b4e6b49944cc667a11c (diff) |
requirements: mise à jour des dépendances
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
-rw-r--r-- | requirements.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/requirements.txt b/requirements.txt index 6c91f54..1a7f902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -beautifulsoup4==4.6.3 -Django==2.0.8 -djangorestframework==3.9.1 +beautifulsoup4==4.8.0 +Django==2.2.4 +djangorestframework==3.10.2 gunicorn==19.9.0 -icalendar==4.0.2 -lxml==4.2.4 -psycopg2-binary==2.7.5 -requests==2.19.1 +icalendar==4.0.3 +lxml==4.4.1 +psycopg2-binary==2.8.3 +requests==2.22.0 |