summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-07-26 12:42:24 +0000
committerGitHub <noreply@github.com>2026-07-26 12:42:24 +0000
commitdd692215e6f3aa4ee74ae61a2bbbfd00b90415dd (patch)
tree3ec8cebf20b972a1809991d4f6520e2ba98ea86a
parent1bb0a01f845e7df4fb5ffc7dc8abf8d8c592fa06 (diff)
downloadpyvyos-dd692215e6f3aa4ee74ae61a2bbbfd00b90415dd.tar.gz
pyvyos-dd692215e6f3aa4ee74ae61a2bbbfd00b90415dd.zip
Update pytest-env requirement from <1.3,>=0.6.2 to >=0.6.2,<1.8dependabot/pip/pytest-env-gte-0.6.2-and-lt-1.8
Updates the requirements on [pytest-env](https://github.com/pytest-dev/pytest-env) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/0.6.2...1.7.0) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.7.0 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 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]