From 3f990e93b712dc81b9663db62d6e30479478ff63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:57:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20pyt?= =?UTF-8?q?hon=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index 13e2cfd..4efac5a 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -25,7 +25,7 @@ license = { file = "LICENSE" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "boto3==1.35.92", + "boto3==1.36.2", "Brotli==1.1.0", "celery[redis]==5.4.0", "django-configurations==2.5.1", @@ -46,11 +46,11 @@ dependencies = [ "gunicorn==23.0.0", "jsonschema==4.23.0", "nested-multipart-parser==1.5.0", - "psycopg[binary]==3.2.3", + "psycopg[binary]==3.2.4", "PyJWT==2.10.1", "joserfc==1.0.1", "requests==2.32.3", - "sentry-sdk[django]==2.19.2", + "sentry-sdk[django]==2.20.0", "whitenoise==6.8.2", "mozilla-django-oidc==4.0.1", ] @@ -68,7 +68,7 @@ dev = [ "ipdb==0.13.13", "ipython==8.31.0", "jq==1.8.0", - "pyfakefs==5.7.3", + "pyfakefs==5.7.4", "pylint-django==2.6.1", "pylint==3.3.3", "pytest-cov==6.0.0", @@ -76,8 +76,8 @@ dev = [ "pytest==8.3.4", "pytest-icdiff==0.9", "pytest-xdist==3.6.1", - "responses==0.25.3", - "ruff==0.8.6", + "responses==0.25.6", + "ruff==0.9.2", "types-requests==2.32.0.20241016", "freezegun==1.5.1", ]