From dd692215e6f3aa4ee74ae61a2bbbfd00b90415dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:42:24 +0000 Subject: Update pytest-env requirement from <1.3,>=0.6.2 to >=0.6.2,<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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3