diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-28 02:08:24 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-28 02:08:24 +0000 |
| commit | 469187a696a3df98e28a8c40292041dace77fbf5 (patch) | |
| tree | 867f372d432228eb33237a09feb15bb430b41fb4 | |
| parent | b07c5de4091643aa738feeb459e1b71857275d10 (diff) | |
| download | edify-469187a696a3df98e28a8c40292041dace77fbf5.tar.xz edify-469187a696a3df98e28a8c40292041dace77fbf5.zip | |
Update virtualenv requirement from >=16.6.0 to >=21.3.0
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/16.6.0...21.3.0)
---
updated-dependencies:
- dependency-name: virtualenv
dependency-version: 21.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | ci/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/requirements.txt b/ci/requirements.txt index a0ef106..ae22c35 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -virtualenv>=16.6.0 +virtualenv>=21.3.0 pip>=19.1.1 setuptools>=18.0.1 six>=1.14.0 |
