From 703f3c7ad9097729514e5fbc912f05e517d55f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 03:08:14 +0000 Subject: [PATCH] Update pytest-env requirement from <0.9,>=0.6 to >=0.6,<1.1 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.0.0) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4455a95..73c1217 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read(*parts): 'codecov==2.1.*', 'coverage>=5.3,<7.4', 'pytest-cov>=2.10,<4.2', - 'pytest-env>=0.6,<0.9', + 'pytest-env>=0.6,<1.1', 'pytest>=6.1,<7.5', 'pycodestyle>=2.6,<2.12' ]