From f18540b84cc016f49dbed45587f369ddb95f9f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:00:51 +0000 Subject: [PATCH 1/6] Bump python-dotenv from 1.0.1 to 1.1.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.1.0. - [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.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..8fc207f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ openai==1.58.1 packaging==24.1 pydantic==2.9.2 pydantic_core==2.27.2 -python-dotenv==1.0.1 +python-dotenv==1.1.0 requests==2.32.3 sniffio==1.3.1 sqlparse==0.5.1 From ff2eb0107e2dd09beb577dae91b93b320d4bcf5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:00:54 +0000 Subject: [PATCH 2/6] Bump anyio from 4.7.0 to 4.9.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.7.0 to 4.9.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.7.0...4.9.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..8087ed4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ annotated-types==0.7.0 -anyio==4.7.0 +anyio==4.9.0 asgiref==3.8.1 certifi==2024.8.30 charset-normalizer==3.4.1 From 01939016cc953274abc0802d0cd63ea846cdc92f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:00:57 +0000 Subject: [PATCH 3/6] Bump sqlparse from 0.5.1 to 0.5.3 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.1 to 0.5.3. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..43a75ca 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ pydantic_core==2.27.2 python-dotenv==1.0.1 requests==2.32.3 sniffio==1.3.1 -sqlparse==0.5.1 +sqlparse==0.5.3 tqdm==4.67.1 typing_extensions==4.12.2 urllib3==2.2.3 From c969907ccd1a8ce2f3303eef0c927769dd7fce52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:01:04 +0000 Subject: [PATCH 4/6] Bump whitenoise from 6.8.2 to 6.9.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.8.2 to 6.9.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.8.2...6.9.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..f2876e7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,4 +25,4 @@ tqdm==4.67.1 typing_extensions==4.12.2 urllib3==2.2.3 uvicorn==0.31.0 -whitenoise==6.8.2 +whitenoise==6.9.0 From 4b80dee1007a35ea815b3ff3e76721f0d94572da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 15:01:10 +0000 Subject: [PATCH 5/6] Bump click from 8.1.7 to 8.1.8 Bumps [click](https://github.com/pallets/click) from 8.1.7 to 8.1.8. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.1.8) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..13eb263 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ anyio==4.7.0 asgiref==3.8.1 certifi==2024.8.30 charset-normalizer==3.4.1 -click==8.1.7 +click==8.1.8 distro==1.9.0 Django==5.1.1 django-cors-headers==4.6.0 From e91961a6de6c05ae365e5f94fb623c057be89cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 17:21:15 +0000 Subject: [PATCH 6/6] Bump h11 in /backend in the pip group across 1 directory Bumps the pip group with 1 update in the /backend directory: [h11](https://github.com/python-hyper/h11). Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) --- updated-dependencies: - dependency-name: h11 dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 504e043..bfd55c8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ Django==5.1.1 django-cors-headers==4.6.0 djangorestframework==3.15.2 gunicorn==23.0.0 -h11==0.14.0 +h11==0.16.0 httpcore==1.0.7 httpx==0.27.2 idna==3.10