From 6d1b7f110633fcb9c5995508c2e8ee4ab5cc4ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:34:46 +0000 Subject: [PATCH] build(deps-dev): update python-dotenv requirement 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.2.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 713a163..9e85afa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ select = [ dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", - "python-dotenv>=1.2.2", + "python-dotenv>=1.2.3", "ruff>=0.16.3", ]