From 3b4710af45f95b621184fc1b81563b17c7199d54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:03:58 +0000 Subject: [PATCH] Bump pytest-env from 0.6.2 to 1.1.3 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 0.6.2 to 1.1.3. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/0.6.2...1.1.3) --- updated-dependencies: - dependency-name: pytest-env dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a953e3a36e7..1a8a861bd6a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -9,7 +9,7 @@ pre-commit==2.20.0 pylint==2.15.4 pytest-asyncio==0.19.0 pytest-cov==4.0.0 -pytest-env==0.6.2 +pytest-env==1.1.3 pytest==7.2.2 requests-mock==1.10.0 setuptools>=64.0.2