diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-07-26 10:54:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-26 10:54:03 -0300 |
| commit | 805f8e97a13a11f1163f2f39cfa809b8dc6b1b91 (patch) | |
| tree | 3ec8cebf20b972a1809991d4f6520e2ba98ea86a | |
| parent | 1bb0a01f845e7df4fb5ffc7dc8abf8d8c592fa06 (diff) | |
| parent | dd692215e6f3aa4ee74ae61a2bbbfd00b90415dd (diff) | |
| download | pyvyos-805f8e97a13a11f1163f2f39cfa809b8dc6b1b91.tar.gz pyvyos-805f8e97a13a11f1163f2f39cfa809b8dc6b1b91.zip | |
Merge pull request #50 from vyos-contrib/dependabot/pip/pytest-env-gte-0.6.2-and-lt-1.8
Update pytest-env requirement from <1.3,>=0.6.2 to >=0.6.2,<1.8
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e8aface..7ee09f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "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", + "pytest-env>=0.6.2,<1.8", ] [project.urls] |
