From 0e536a98e71a9eaa9516526909437ff050f02532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:55:49 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-env from 1.2.0 to 1.3.2 Bumps [pytest-env](https://github.com/pytest-dev/pytest-env) from 1.2.0 to 1.3.2. - [Release notes](https://github.com/pytest-dev/pytest-env/releases) - [Commits](https://github.com/pytest-dev/pytest-env/compare/1.2.0...1.3.2) --- updated-dependencies: - dependency-name: pytest-env dependency-version: 1.3.2 dependency-type: direct:development 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 52c357f5..820f9688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ test = [ "pytest-custom_exit_code ==0.3.0", "pytest-cov ==6.3.0", # Uses: coverage[toml] >=7.5 "pytest-doctestplus ==1.6.0", - "pytest-env ==1.2.0", + "pytest-env ==1.3.2", ] [project.urls]