Skip to content

Commit

Permalink
Mise à jour triviale des dépendances Python (#6158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Sep 9, 2021
1 parent a0c06d5 commit 7608ec8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-r requirements.txt

black==21.4b1 # penser à mettre à jour aussi .github/workflows/ci.yml
colorlog==5.0.1
django-debug-toolbar==3.2.1
colorlog==6.4.1
django-debug-toolbar==3.2.2
django-extensions==3.1.3
Faker==8.2.1
pre-commit==2.13.0
Faker==8.12.1
pre-commit==2.15.0
PyYAML==5.4.1
selenium==3.141.0
Sphinx==3.5.3
Expand Down
4 changes: 2 additions & 2 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

gunicorn==20.1.0
mysqlclient==2.0.3
sentry-sdk==1.1.0
ujson==4.0.2
sentry-sdk==1.3.1
ujson==4.1.0
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
elasticsearch-dsl==5.4.0
elasticsearch==5.5.3
python-social-auth==0.3.6
social-auth-app-django==4.0.0
social-auth-app-django==5.0.0

# Explicit dependencies (references in code)
beautifulsoup4==4.9.3
django-crispy-forms==1.11.2
django-crispy-forms==1.12.0
django-model-utils==4.1.1
django-munin==0.2.1
django-recaptcha==2.0.6
Expand All @@ -18,19 +18,19 @@ GitPython==3.1.14
google-api-python-client==1.12.8
homoglyphs==2.0.4
lxml==4.6.3
Pillow==8.2.0
Pillow==8.3.2
python-memcached==1.59
requests==2.25.1
requests==2.26.0
toml==0.10.2

# Api dependencies
django-cors-headers==3.7.0
django-cors-headers==3.8.0
django-filter==2.4.0
django-oauth-toolkit==1.5.0
django-rest-swagger==2.2.0
djangorestframework-xml==2.0.0
djangorestframework==3.12.4
drf-extensions==0.7.0
drf-extensions==0.7.1
dry-rest-permissions==0.1.10
oauth2client==4.1.3

Expand Down

0 comments on commit 7608ec8

Please sign in to comment.