From 32d08b029a5674c1c7f0917ce11c3c239b749af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:13:00 +0000 Subject: [PATCH] chore(deps): bump pytest-env from 1.1.5 to 1.2.0 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.1.5...1.2.0) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76bd76e1..2241a778 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ test = [ "pytest-custom_exit_code ==0.3.0", "pytest-cov ==6.3.0", # Uses: coverage[toml] >=7.5 "pytest-doctestplus ==1.4.0", - "pytest-env ==1.1.5", + "pytest-env ==1.2.0", ] [project.urls]