summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Bertó <463349+robertoberto@users.noreply.github.com>2025-11-02 19:59:14 -0300
committerGitHub <noreply@github.com>2025-11-02 19:59:14 -0300
commitffd5ba16eb1ada42a582db4ac8bdaf29f66a868f (patch)
tree95fc29e0fb38c848146dffd1a2f2d5650f5363f3
parent6ca1269b138696b69c33d2db4bcf7dd03ea4caeb (diff)
parentca87b3b19148955f6d5a08593ee9c38795ff0565 (diff)
downloadpyvyos-ffd5ba16eb1ada42a582db4ac8bdaf29f66a868f.tar.gz
pyvyos-ffd5ba16eb1ada42a582db4ac8bdaf29f66a868f.zip
Merge pull request #26 from vyos-contrib/dependabot/pip/pytest-env-gte-0.6.2-and-lt-1.3
Update pytest-env requirement from <0.7,>=0.6.2 to >=0.6.2,<1.3
-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",