From 7c4835d96b7c7806470f2b5735217571fc91c03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:36:47 +0000 Subject: [PATCH] chore(deps): bump the pip-backend-patch-minor group across 1 directory with 9 updates Bumps the pip-backend-patch-minor group with 9 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [asgiref](https://github.com/django/asgiref) | `3.11.1` | `3.12.1` | | [click](https://github.com/pallets/click) | `8.4.1` | `8.4.2` | | [django](https://github.com/django/django) | `5.2.16` | `5.2.17` | | [djangorestframework](https://github.com/encode/django-rest-framework) | `3.17.1` | `3.18.0` | | [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) | `3.0.52` | `3.0.53` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.5` | `0.6.0` | | [wcwidth](https://github.com/jquast/wcwidth) | `0.8.1` | `0.8.2` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.12.0` | `4.14.0` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.18.0` | `65.19.1` | 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.16 to 5.2.17 - [Commits](https://github.com/django/django/compare/5.2.16...5.2.17) Updates `djangorestframework` from 3.17.1 to 3.18.0 - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.17.1...3.18.0) Updates `prompt-toolkit` from 3.0.52 to 3.0.53 - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.52...3.0.53) Updates `sqlparse` from 0.5.5 to 0.6.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.5...0.6.0) 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) Updates `pytest-django` from 4.12.0 to 4.14.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.12.0...v4.14.0) Updates `django-allauth` from 65.18.0 to 65.19.1 - [Commits](https://github.com/sponsors/pennersr/commits) --- 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.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor - dependency-name: djangorestframework dependency-version: 3.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-backend-patch-minor - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-backend-patch-minor - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: pytest-django dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-backend-patch-minor - dependency-name: django-allauth dependency-version: 65.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-backend-patch-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f3a19dc2..99dba16c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,32 +1,32 @@ 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.16 +Django==5.2.17 django-cors-headers==4.9.0 -djangorestframework==3.17.1 +djangorestframework==3.18.0 djangorestframework_simplejwt==5.5.1 kombu==5.6.2 packaging==25.0 -prompt_toolkit==3.0.52 +prompt_toolkit==3.0.53 psycopg2-binary==2.9.12 PyJWT==2.13.0 python-dateutil==2.9.0.post0 redis==6.4.0 six==1.17.0 -sqlparse==0.5.5 +sqlparse==0.6.0 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-django==4.14.0 pytest-cov==7.1.0 -django-allauth==65.18.0 +django-allauth==65.19.1 dj-rest-auth==7.2.0 requests==2.34.2 requests-oauthlib==2.0.0