From 3e6b9fde2ee5f74e37b519bf0d521fb8c2f753d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:50:00 +0000 Subject: [PATCH] build(deps): bump python-dotenv in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv). Updates `python-dotenv` from 1.1.1 to 1.2.2 - [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.1.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6038b5afe2..e7633006e18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "django-mptt==0.17.0", "djangorestframework==3.17.1", "psycopg[binary]==3.2.9", - "python-dotenv==1.1.1", + "python-dotenv==1.2.2", "uuid-utils==0.14.0", "captcha==0.7.1", "pytz==2025.2",