From 4004eceacdb2c3e5384eeb7e6f63efd9102ce387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:02:54 +0000 Subject: [PATCH] Bump pytest-env from 1.1.3 to 1.1.4 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.3...1.1.4) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e8710d..3d3321e 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(*parts): 'codecov==2.1.*', 'coverage>=5.3,<7.7', 'pytest-cov>=2.10,<5.1', - 'pytest-env==1.1.3', + 'pytest-env==1.1.4', 'pytest-mock>=3.11,<3.15', 'pytest>=6.1,<8.4', 'pycodestyle>=2.6,<2.13'