From 2e5cd2132b01da5dce5d8af3e5689bd3ae2981c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:23:22 +0000 Subject: [PATCH] chore: bump virtualenv from 21.5.1 to 21.6.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.5.1 to 21.6.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.5.1...21.6.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.in | 2 +- requirements.dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.dev.in b/requirements.dev.in index d19ad64..a92c4c3 100644 --- a/requirements.dev.in +++ b/requirements.dev.in @@ -7,7 +7,7 @@ httpretty pip-tools pre-commit -virtualenv<21.6 +virtualenv<21.7 pytest pytest-cov pytest-env diff --git a/requirements.dev.txt b/requirements.dev.txt index 7a4968e..19abc26 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -357,9 +357,9 @@ typing-extensions==4.15.0 \ # -c requirements.prod.txt # exceptiongroup # virtualenv -virtualenv==21.5.1 \ - --hash=sha256:55aa670b67bbfb991b03fda39bd3276d92c419d702376e98c5df1c9989a26783 \ - --hash=sha256:dca3bf98275a59c652b69d68e73433e597d977c2da9198882479d1a7188009c8 +virtualenv==21.6.1 \ + --hash=sha256:15f978b7cd329f24855ff4a0c4b4899cc7678589f49adbdcbbb4d3232e641128 \ + --hash=sha256:afe991df855715a2b2f60edfcc0107ef95a79fdfd8cb4cdaa71603d1c12e463b # via # -r requirements.dev.in # pre-commit