From f0ab13a44cfeb566b256b56c4f37704aada3ad0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 09:52:35 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /python-cli 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] --- python-cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-cli/pyproject.toml b/python-cli/pyproject.toml index 03654d4..df71ff7 100644 --- a/python-cli/pyproject.toml +++ b/python-cli/pyproject.toml @@ -2,4 +2,4 @@ name = "python-cli" version = "0.1.0" requires-python = ">=3.10" -dependencies = ["go-authgate==0.2.2", "python-dotenv>=1.0.0"] +dependencies = ["go-authgate==0.2.2", "python-dotenv>=1.2.2"]