From f9eccb42dae5e1628ad4e89f3dd99c8d1e71dba1 Mon Sep 17 00:00:00 2001 From: Situphen Date: Sat, 13 Jan 2024 12:15:12 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20triviale=20des=20d=C3=A9?= =?UTF-8?q?pendances=20Python=20(#6566)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .pre-commit-config.yaml | 6 +++--- requirements-dev.txt | 12 ++++++------ requirements-prod.txt | 8 ++++---- requirements.txt | 14 +++++++------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a31f51355..1fb659a1c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f873c0238d..41912a2ff5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] diff --git a/requirements-dev.txt b/requirements-dev.txt index 2f97408594..1232428aa4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements-prod.txt b/requirements-prod.txt index e4ae23bb72..d2edeee09a 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 1ccc355035..a1ee31d0f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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