aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-06-03 16:33:41 +0000
committerGitHub <[email protected]>2026-06-03 16:33:41 +0000
commit61cb85c54a6a974cb62c135e901409045c5593fa (patch)
tree24f1e915cc384a8c2f2884a51ae1f14af363af12
parent2684caa346bf2547d9877643c25c3e0456cd5a07 (diff)
downloadedify-61cb85c54a6a974cb62c135e901409045c5593fa.tar.xz
edify-61cb85c54a6a974cb62c135e901409045c5593fa.zip
Update virtualenv requirement from >=21.3.1 to >=21.4.2
Updates the requirements on [virtualenv](https://github.com/pypa/virtualenv) to permit the latest version. - [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.3.1...21.4.2) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--ci/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt
index 7fab089..d9ce0f7 100644
--- a/ci/requirements.txt
+++ b/ci/requirements.txt
@@ -1,4 +1,4 @@
-virtualenv>=21.3.1
+virtualenv>=21.4.2
pip>=25.0
setuptools>=75.0
six>=1.17.0