From 61805907e0250782f82aadf5567c2a41208498d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:11:19 +0200 Subject: [PATCH] Bump pytest-env from 0.8.1 to 1.0.1 (#110) Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 0.8.1 to 1.0.1. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/0.8.1...1.0.1) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 719f83b..0406699 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ black==23.3.0 ruff==0.0.270 pytest==7.3.1 -pytest-env==0.8.1 +pytest-env==1.0.1 pytest-cov==4.1.0 pytest-mock==3.10.0 wheel==0.40.0