From 4476dad2348d0c1c97f0c46a4ab59032a1e84400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:04:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20python-dot?= =?UTF-8?q?env=20requirement=20from=20^1.0.0=20to=20^1.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81d9cce..9381c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ setuptools = "^82.0.1" idna = "^3.18" certifi = "^2026.5.20" bump2version = "^1.0.1" -python-dotenv = "^1.0.0" +python-dotenv = "^1.2.2" cryptography = "^49.0.0" requests = "^2.34.2" wheel = ">=0.47.0"