Skip to content

Commit

Permalink
Mise à jour des dépendences Python
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemilink committed Jul 15, 2022
1 parent 837c2f1 commit 00d1c4f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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: "3.3.1" # check if Coverage needs to be also updated in requirements-ci.txt
BLACK_VERSION: "22.3.0" # needs to be also updated in requirements-dev.txt and .pre-commit-config.yaml
BLACK_VERSION: "22.6.0" # 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: [--py37-plus]
- repo: https://github.com/psf/black
rev: 22.3.0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml
rev: 22.6.0 # needs to be also updated in requirements-dev.txt and .github/workflows/ci.yml
hooks:
- id: black
language_version: python3
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements-dev.txt
-r requirements-prod.txt

coverage==6.4.1 # check if Coveralls needs to be also updated in .github/workflows/ci.yml
coverage==6.4.2 # check if Coveralls needs to be also updated in .github/workflows/ci.yml
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==22.3.0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml
black==22.6.0 # needs to be also updated in .github/workflows/ci.yml and .pre-commit-config.yaml
colorlog==6.6.0
django-debug-toolbar==3.5.0
django-extensions==3.1.5
Faker==13.14.0
pre-commit==2.19.0
django-extensions==3.2.0
Faker==13.15.0
pre-commit==2.20.0
PyYAML==6.0
selenium==4.3.0
Sphinx==5.0.2
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.1.1
sentry-sdk==1.6.0
ujson==5.3.0
sentry-sdk==1.7.2
ujson==5.4.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ django-crispy-forms==1.14.0
django-model-utils==4.2.0
django-munin==0.2.1
django-recaptcha==3.0.0
Django==3.2.13
Django==3.2.14
easy-thumbnails==2.8.1
factory-boy==3.2.1
geoip2==4.6.0
GitPython==3.1.27
homoglyphs==2.0.4
lxml==4.9.0
Pillow==9.1.1
lxml==4.9.1
Pillow==9.2.0
pymemcache==3.5.2
requests==2.28.0
requests==2.28.1
toml==0.10.2

# Api dependencies
Expand All @@ -29,7 +29,7 @@ djangorestframework-xml==2.0.0
djangorestframework==3.13.1
drf-extensions==0.7.1
dry-rest-permissions==0.1.10
drf_yasg==1.20.0
drf_yasg==1.21.0

# Dependencies for slug generation, please be extra careful with those
django-uuslug==2.0.0
Expand Down

0 comments on commit 00d1c4f

Please sign in to comment.