From 853ac5a4424a569b32feb1c6fe747370f43a0187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:38:25 +0000 Subject: [PATCH] chore(deps): bump pytest-env from 1.1.3 to 1.1.5 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.1.3 to 1.1.5. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.3...1.1.5) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9055830..bf928ef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -13,7 +13,7 @@ m2r2==0.3.3.post2 mock==5.1.0 pytest==8.3.3 pytest-cov==5.0.0 -pytest-env==1.1.3 +pytest-env==1.1.5 pytest-mypy==0.10.3 pytest-pylint==0.21.0 pytest-random-order==1.1.1