From 28897a8e7962c5fa23101138a75793a7a20bdc79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:10:47 +0000 Subject: [PATCH] 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/v0.14.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 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 bb7a44d5..f527a785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ msft-utils = [ "azure-keyvault==4.1.0", "msrestazure>=0.6.4", "azure-mgmt-resource>=12.1.0", - "python-dotenv>=0.14.0,<0.20.0" + "python-dotenv>=0.14.0,<1.3.0" ] [tool.flit.module]