summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-02 22:57:02 +0000
committerGitHub <noreply@github.com>2025-11-02 22:57:02 +0000
commitca87b3b19148955f6d5a08593ee9c38795ff0565 (patch)
tree95fc29e0fb38c848146dffd1a2f2d5650f5363f3
parent6ca1269b138696b69c33d2db4bcf7dd03ea4caeb (diff)
downloadpyvyos-ca87b3b19148955f6d5a08593ee9c38795ff0565.tar.gz
pyvyos-ca87b3b19148955f6d5a08593ee9c38795ff0565.zip
Update pytest-env requirement from <0.7,>=0.6.2 to >=0.6.2,<1.3
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.2.0) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production ... 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 e931092..7a0f401 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ dependencies = [
dev = [
"pytest>=6.2.5,<9.0.0",
"pytest-cov>=4.1,<6.0",
- "pytest-env>=0.6.2,<0.7",
+ "pytest-env>=0.6.2,<1.3",
]
validation = [
"pydantic>=2.0,<3.0",