From 3011fc0d7e44d21a80712e0c3115b3a2e370b560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 09:52:41 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /python-m2m 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-m2m/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-m2m/pyproject.toml b/python-m2m/pyproject.toml index 84919dd..46e4e8a 100644 --- a/python-m2m/pyproject.toml +++ b/python-m2m/pyproject.toml @@ -2,4 +2,4 @@ name = "python-m2m" 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"]