From fc6835777100ed83d8f4b6377385824d83a38a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:13:56 +0000 Subject: [PATCH] Bump virtualenv from 21.6.1 to 21.7.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.6.1 to 21.7.0. - [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.6.1...21.7.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1abb473..6c0f902 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -53,5 +53,5 @@ tomlkit==0.15.0 typing_extensions==4.16.0 uritemplate==4.2.0 urllib3==2.7.0 -virtualenv==21.6.1 +virtualenv==21.7.0 whitenoise==6.12.0