Skip to content

Commit

Permalink
Mise à jour des dépendances Python (#6206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored Nov 17, 2021
1 parent 3fa9114 commit 2d8d3ca
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
PYTHON_VERSION: "3.7"
MARIADB_VERSION: "10.4.10"
COVERALLS_VERSION: "2.2.0"
BLACK_VERSION: "21.8b0" # needs to be also updated in requirements-dev.txt and .pre-commit-config.yaml
BLACK_VERSION: "21.10b0" # needs to be also updated in requirements-dev.txt and .pre-commit-config.yaml

# As GitHub Action does not allow environment variables
# to be used in services definitions, these are only for
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/psf/black
rev: 21.8b0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml
rev: 21.10b0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml
hooks:
- id: black
language_version: python3
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r requirements.txt

black==21.8b0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml
colorlog==6.4.1
black==21.10b0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml
colorlog==6.6.0
django-debug-toolbar==3.2.2
django-extensions==3.1.3
Faker==8.12.1
django-extensions==3.1.5
Faker==9.8.1
pre-commit==2.15.0
PyYAML==5.4.1
PyYAML==6.0
selenium==3.141.0
Sphinx==4.2.0
Sphinx==4.3.0
sphinx_rtd_theme==1.0.0
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.3.1
ujson==4.1.0
sentry-sdk==1.4.3
ujson==4.2.0
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ social-auth-app-django==5.0.0

# Explicit dependencies (references in code)
beautifulsoup4==4.10.0
django-crispy-forms==1.12.0
django-model-utils==4.1.1
django-crispy-forms==1.13.0
django-model-utils==4.2.0
django-munin==0.2.1
django-recaptcha==2.0.6
Django==2.2.24
easy-thumbnails==2.8rc0
factory-boy==3.2.0
geoip2==4.2.0
GitPython==3.1.14
easy-thumbnails==2.8.0
factory-boy==3.2.1
geoip2==4.4.0
GitPython==3.1.24
homoglyphs==2.0.4
lxml==4.6.3
Pillow==8.3.2
lxml==4.6.4
Pillow==8.4.0
python-memcached==1.59
requests==2.26.0
toml==0.10.2

# Api dependencies
django-cors-headers==3.8.0
django-filter==2.4.0
django-cors-headers==3.10.0
django-filter==21.1
django-oauth-toolkit==1.5.0
djangorestframework-xml==2.0.0
djangorestframework==3.12.4
Expand Down

0 comments on commit 2d8d3ca

Please sign in to comment.