Skip to content

Commit

Permalink
Mise à jour triviale des dépendances Python (#6566)
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen authored Jan 13, 2024
1 parent 5be3946 commit f9eccb4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
PYTHON_VERSION: "3.9"
MARIADB_VERSION: "10.4.10"
COVERALLS_VERSION: "3.3.1" # check if Coverage needs to be also updated in requirements-ci.txt
GECKODRIVER_VERSION: "0.33.0"
GECKODRIVER_VERSION: "0.34.0"

# As GitHub Action does not allow environment variables
# to be used in services definitions, these are only for
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.13.0
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1 # needs to be also updated in requirements-dev.txt
rev: 23.12.1 # needs to be also updated in requirements-dev.txt
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude_types: ["svg"]
Expand Down
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==23.9.1 # needs to be also updated in .pre-commit-config.yaml
colorlog==6.7.0
django-debug-toolbar==3.8.1
black==23.12.1 # needs to be also updated in .pre-commit-config.yaml
colorlog==6.8.0
django-debug-toolbar==4.2.0
django-extensions==3.2.3
Faker==19.6.2
pre-commit==3.4.0
Faker==22.2.0
pre-commit==3.6.0
PyYAML==6.0.1
selenium==4.9.1
Sphinx==7.2.6
sphinx-rtd-theme==1.3.0
sphinx-rtd-theme==2.0.0
8 changes: 4 additions & 4 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.1.1
sentry-sdk==1.10.1
ujson==5.4.0
gunicorn==21.2.0
mysqlclient==2.2.1
sentry-sdk==1.39.2
ujson==5.9.0
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ django-crispy-forms==1.14.0
django-model-utils==4.3.1
django-munin==0.2.1
django-recaptcha==3.0.0
Django==3.2.21
Django==3.2.23
easy-thumbnails[svg]==2.8.5
factory-boy==3.3.0
geoip2==4.7.0
GitPython==3.1.37
geoip2==4.8.0
GitPython==3.1.41
homoglyphs==2.0.4
lxml==4.9.3
Pillow==10.0.1
lxml==5.1.0
Pillow==10.2.0
pymemcache==4.0.0
requests==2.31.0

# Api dependencies
django-cors-headers==4.2.0
django-filter==23.3
django-cors-headers==4.3.1
django-filter==23.5
django-oauth-toolkit==1.7.0
djangorestframework==3.14.0
drf-extensions==0.7.1
Expand Down

0 comments on commit f9eccb4

Please sign in to comment.