diff options
| -rw-r--r-- | pyproject.toml | 2 |
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", |
