From 512044bebba0bad746e2b861bd916c3bce6ada3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:36:03 +0000 Subject: [PATCH] chore(deps): bump the pip-backend-patch-minor group across 1 directory with 4 updates Bumps the pip-backend-patch-minor group with 4 updates in the /backend directory: [asgiref](https://github.com/django/asgiref), [click](https://github.com/pallets/click), [django](https://github.com/django/django) and [wcwidth](https://github.com/jquast/wcwidth). Updates `asgiref` from 3.11.1 to 3.12.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/asgiref/compare/3.11.1...3.12.1) Updates `click` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.1...8.4.2) Updates `django` from 5.2.15 to 5.2.16 - [Commits](https://github.com/django/django/compare/5.2.15...5.2.16) Updates `wcwidth` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.8.1...0.8.2) --- updated-dependencies: - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-backend-patch-minor - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor - dependency-name: wcwidth dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7d9bee97..f14c30fb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,13 +1,13 @@ amqp==5.3.1 -asgiref==3.11.1 +asgiref==3.12.1 billiard==4.2.4 celery==5.6.3 -click==8.4.1 +click==8.4.2 click-didyoumean==0.3.1 click-plugins==1.1.1 click-repl==0.3.0 colorama==0.4.6 -Django==5.2.15 +Django==5.2.16 django-cors-headers==4.9.0 djangorestframework==3.17.1 djangorestframework_simplejwt==5.5.1 @@ -22,7 +22,7 @@ six==1.17.0 sqlparse==0.5.5 tzdata==2025.3 vine==5.1.0 -wcwidth==0.8.1 +wcwidth==0.8.2 pytest==9.1.1 pytest-django==4.12.0 pytest-cov==7.1.0