From 5c85390706050d85809e0d76adac434f5482bc15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:25:42 +0000 Subject: [PATCH] Bump the pip-minor-patch group across 1 directory with 3 updates Bumps the pip-minor-patch group with 3 updates in the /backend directory: [django](https://github.com/django/django), [python-dotenv](https://github.com/theskumar/python-dotenv) and [sqlparse](https://github.com/andialbrecht/sqlparse). Updates `django` from 6.0.7 to 6.1 - [Commits](https://github.com/django/django/compare/6.0.7...6.1) Updates `python-dotenv` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) 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) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8c5c47d..0ff54b3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ anthropic>=0.120.2 gunicorn>=26.0.0 asgiref==3.12.1 requests>=2.34.2 -Django==6.0.7 +Django==6.1 django-cors-headers==4.9.0 graphene==3.4.3 graphene-django==3.2.3 @@ -11,9 +11,9 @@ graphql-relay==3.2.0 promise==2.3 psycopg2-binary==2.9.12 python-dateutil==2.9.0.post0 -python-dotenv==1.2.2 +python-dotenv==1.2.3 six==1.17.0 -sqlparse==0.5.5 +sqlparse==0.6.0 text-unidecode==1.3 typing_extensions==4.16.0 tzdata==2026.3