From 1a2e321e8a3a4dabaf6aeff1c4735ad37dc61b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 11:07:05 +0000 Subject: [PATCH] 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] --- requirements/dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 975c6457ec1f..ffd997aee6b9 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -342,9 +342,9 @@ pytest-reportlog==1.0.0 \ django-dbbackup==5.3.0 \ --hash=sha256:2c880dba7650539e8a724174fedb5213062c4fcda3aa09e1c5f3f573192106cb \ --hash=sha256:ff80b5facd524e3f6479235aeb330b094a1c982f8b0b9503c24ba0dc613162ed -pytest-env==1.7.0 \ - --hash=sha256:0c1dc1101fb8d3ab3611e8f8d657ba06c3c0c167fc85c90457e5b27f2508f43e \ - --hash=sha256:9ee0f1fe859d23fcdb533fe2909a404b3b133d02674a56df275bbe4df4eb104b +pytest-env==1.7.1 \ + --hash=sha256:22341b945305b65ef4e53d7c678982cfd64b5c5800afdf7d37caad2362ea002c \ + --hash=sha256:f2c5aed2621dbfc73c2866a710e2e456409495c5ac10905612c9509b3ee631a2 # python-dotenv is required by pytest-env python-dotenv==1.2.3 \ --hash=sha256:904552145e8bfed22162c09dab1c2b9b54fefa7b23ba780f4f26ca0316b0f0d9 \