summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-05-19 06:16:43 +0000
committerGitHub <noreply@github.com>2026-05-19 06:16:43 +0000
commitb144afddfdd3099fe23cd7df244091bba0848aa4 (patch)
tree37eae8e2a196ca5785f6b9a35ccf4e330239d675
parent294d060ac1557ed70cab7a12f97d930f9dc4baf9 (diff)
downloadpyvyos-b144afddfdd3099fe23cd7df244091bba0848aa4.tar.gz
pyvyos-b144afddfdd3099fe23cd7df244091bba0848aa4.zip
Update python-dotenv requirement from <2.0,>=1.0.1 to >=1.2.2,<2.0
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.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5c3885a..ba899e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,7 +34,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
- "python-dotenv>=1.0.1,<2.0",
+ "python-dotenv>=1.2.2,<2.0",
"pytest>=8.0,<10.0",
"pytest-cov>=5.0,<7.0",
"pytest-env>=0.6.2,<1.3",