From 5c40402fc32b305d18fa7c63c097aef21f9b6385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:16:22 +0000 Subject: [PATCH] Update pytest-env requirement from <1.2,==0.6 to ==1.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/commits/1.1.3) --- 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 9ecfc76..9b0a0e2 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(*parts): 'codecov==2.1.*', 'coverage>=5.3,<7.5', 'pytest-cov>=2.10,<4.2', - 'pytest-env==0.6,<1.2', + 'pytest-env==1.1.3', 'pytest-mock>=3.11,<3.13', 'pytest>=6.1,<7.5', 'pycodestyle>=2.6,<2.12'