From 7b38f6b609f3a2f32373eef3c275cb2afb268cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 11:06:09 +0000 Subject: [PATCH] deps(py)(deps): bump the python-non-major group across 1 directory with 4 updates Bumps the python-non-major group with 4 updates in the /backend directory: [django](https://github.com/django/django), [sentry-sdk](https://github.com/getsentry/sentry-python), [django-timezone-field](https://github.com/mfogel/django-timezone-field) and [wcwidth](https://github.com/jquast/wcwidth). Updates `django` from 5.1.4 to 5.1.15 - [Commits](https://github.com/django/django/compare/5.1.4...5.1.15) Updates `sentry-sdk` from 2.60.0 to 2.61.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.60.0...2.61.1) Updates `django-timezone-field` from 7.2.1 to 7.2.2 - [Commits](https://github.com/mfogel/django-timezone-field/compare/7.2.1...7.2.2) Updates `wcwidth` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-non-major - dependency-name: sentry-sdk dependency-version: 2.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-non-major - dependency-name: django-timezone-field dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-non-major - dependency-name: wcwidth dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-non-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 4 ++-- backend/requirements.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 3e4c0de..2e2795a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.12" dependencies = [ "argon2-cffi==23.1.0", "celery[redis]>=5.6.3", - "django==5.1.4", + "django==5.1.15", "django-axes==8.3.1", "django-celery-beat>=2.9.0", "django-cors-headers==4.9.0", @@ -18,7 +18,7 @@ dependencies = [ "python-decouple==3.8", "python-json-logger>=4.1.0", "python-slugify==8.0.4", - "sentry-sdk>=2.60.0", + "sentry-sdk>=2.61.1", "whitenoise==6.12.0", ] diff --git a/backend/requirements.txt b/backend/requirements.txt index 44c90b7..5592197 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via click cron-descriptor==1.4.5 # via django-celery-beat -django==5.1.4 +django==5.1.15 # via # django-axes # django-celery-beat @@ -55,7 +55,7 @@ django-cors-headers==4.9.0 # via interpop-backend django-filter==24.3 # via interpop-backend -django-timezone-field==7.2.1 +django-timezone-field==7.2.2 # via django-celery-beat djangorestframework==3.17.1 # via @@ -93,7 +93,7 @@ python-slugify==8.0.4 # via interpop-backend redis==6.4.0 # via kombu -sentry-sdk==2.60.0 +sentry-sdk==2.61.1 # via interpop-backend six==1.17.0 # via python-dateutil @@ -116,7 +116,7 @@ vine==5.1.0 # amqp # celery # kombu -wcwidth==0.7.0 +wcwidth==0.8.0 # via prompt-toolkit whitenoise==6.12.0 # via interpop-backend