diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-05-19 03:24:43 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-19 03:24:43 -0300 |
| commit | 4a6ed7e3a84370fac3ce903ff366e97ea0daba5c (patch) | |
| tree | d4670e46e63f14255e3373b7fc700c8c69cb247a | |
| parent | a055ad8985e7b645786b9a4ba4793175146df45c (diff) | |
| parent | b144afddfdd3099fe23cd7df244091bba0848aa4 (diff) | |
| download | pyvyos-4a6ed7e3a84370fac3ce903ff366e97ea0daba5c.tar.gz pyvyos-4a6ed7e3a84370fac3ce903ff366e97ea0daba5c.zip | |
Merge pull request #33 from vyos-contrib/dependabot/pip/python-dotenv-gte-1.2.2-and-lt-2.0
Update python-dotenv requirement from <2.0,>=1.0.1 to >=1.2.2,<2.0
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8d61b26..23aa2f5 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>=7.1.0,<8.0", "pytest-env>=0.6.2,<1.3", |
