From 9f1fd081a74dcf9ad1efd9ef10d24858ec43cb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:53:08 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-env from 1.7.0 to 1.7.1 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.7.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39a50d91..b9b44401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ test = [ "pytest-cov ==7.1.0", "pytest-custom_exit_code ==0.3.0", "pytest-doctestplus ==1.7.1", - "pytest-env ==1.7.0", + "pytest-env ==1.7.1", ] docs = [ "sphinx >=5.1.1,<9.0.0",