Skip to content

Commit

Permalink
Petite mise à jour des dépendances Python (#5923)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Sep 2, 2020
1 parent fa09ba1 commit 676a1c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
@@ -1,15 +1,15 @@
-r requirements.txt

coverage==5.2
coverage==5.2.1
PyYAML==5.3.1
django-debug-toolbar==2.2
flake8==3.8.3
flake8-quotes==3.2.0
autopep8==1.5.3
autopep8==1.5.4
Sphinx==2.4.4
selenium==3.141.0
sphinx_rtd_theme==0.5.0
Faker==3.0.0
mock==3.0.5
colorlog==4.1.0
django-extensions==3.0.3
colorlog==4.2.1
django-extensions==3.0.7
2 changes: 1 addition & 1 deletion requirements-prod.txt
Expand Up @@ -3,4 +3,4 @@
gunicorn==20.0.4
mysqlclient==2.0.1
raven==6.10.0
ujson==3.0.0
ujson==3.1.0
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -5,7 +5,7 @@ elasticsearch==5.5.3
elasticsearch-dsl==5.4.0

# Explicit dependencies (references in code)
Django==2.2.14
Django==2.2.16
django-crispy-forms==1.9.2
django-model-utils==4.0.0
django-munin==0.2.1
Expand All @@ -18,7 +18,7 @@ GitPython==3.1.7
easy-thumbnails==2.7
beautifulsoup4==4.9.1
django-recaptcha==2.0.6
google-api-python-client==1.9.3
google-api-python-client==1.11.0
toml==0.10.1
requests==2.24.0
homoglyphs==2.0.3
Expand Down

0 comments on commit 676a1c2

Please sign in to comment.