Skip to content

Commit

Permalink
Mise à jour triviale des dépendances Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Dec 27, 2021
1 parent 480a9e1 commit 68def18
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 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.10b0" # needs to be also updated in requirements-dev.txt and .pre-commit-config.yaml
BLACK_VERSION: "21.12b0" # 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.10b0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml
rev: 21.12b0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml
hooks:
- id: black
language_version: python3
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
-r requirements.txt

black==21.10b0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml
black==21.12b0 # 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-debug-toolbar==3.2.4
django-extensions==3.1.5
Faker==9.8.1
pre-commit==2.15.0
Faker==10.0.0
pre-commit==2.16.0
PyYAML==6.0
selenium==3.141.0
Sphinx==4.3.0
Sphinx==4.3.2
sphinx_rtd_theme==1.0.0
6 changes: 3 additions & 3 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r requirements.txt

gunicorn==20.1.0
mysqlclient==2.0.3
sentry-sdk==1.4.3
ujson==4.2.0
mysqlclient==2.1.0
sentry-sdk==1.5.1
ujson==5.1.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ 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
Django==2.2.25
easy-thumbnails==2.8.0
factory-boy==3.2.1
geoip2==4.4.0
geoip2==4.5.0
GitPython==3.1.24
homoglyphs==2.0.4
lxml==4.6.4
lxml==4.7.1
Pillow==8.4.0
python-memcached==1.59
requests==2.26.0
toml==0.10.2

# Api dependencies
django-cors-headers==3.10.0
django-cors-headers==3.10.1
django-filter==21.1
django-oauth-toolkit==1.5.0
djangorestframework-xml==2.0.0
djangorestframework==3.12.4
djangorestframework==3.13.1
drf-extensions==0.7.1
dry-rest-permissions==0.1.10
drf_yasg==1.20.0
Expand Down

0 comments on commit 68def18

Please sign in to comment.