Skip to content

fix: update virtualenv requirement from <=21.0.0 to <=21.2.4#115

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-lte-21.2.4
Closed

fix: update virtualenv requirement from <=21.0.0 to <=21.2.4#115
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-lte-21.2.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Updates the requirements on virtualenv to permit the latest version.

Release notes

Sourced from virtualenv's releases.

21.2.4

What's Changed

Full Changelog: pypa/virtualenv@21.2.3...21.2.4

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 21.2.4

  • Security hardening: validate each entry of a seed wheel archive before extracting it so a tampered wheel cannot escape the app-data image directory via an absolute path or .. traversal. (:issue:3118)
  • Security hardening: verify the SHA-256 of every bundled seed wheel when it is loaded so a corrupted or tampered file on disk fails loud instead of being handed to pip. The hash table is generated alongside BUNDLE_SUPPORT by tasks/upgrade_wheels.py. (:issue:3119)
  • Security hardening: validate the distribution name and version specifier passed to pip download when acquiring a seed wheel so extras, pip flags, or shell metacharacters cannot be smuggled into the subprocess command line. (:issue:3120)
  • Security hardening: replace the string-prefix containment check in virtualenv.util.zipapp with Path.relative_to so the zipapp extraction helpers refuse any path that does not resolve under the archive root. (:issue:3121)
  • Security hardening: do not silently fall back to an unverified HTTPS context when the periodic update request to PyPI fails TLS verification. The returned metadata drives which wheel version virtualenv considers "up to date", so accepting an unverified response lets a network-level attacker suppress security updates. Set VIRTUALENV_PERIODIC_UPDATE_INSECURE=1 to restore the previous behavior on hosts with broken trust stores. (:issue:3122)

v21.2.3 (2026-04-14)


No significant changes.


v21.2.2 (2026-04-13)


Bugfixes - 21.2.2

  • Bump python-discovery minimum to >=1.2.2 to include normalize_isa support - by :user:rahuldevikar. (:issue:3117)

v21.2.1 (2026-04-09)


Bugfixes - 21.2.1

  • Upgrade embedded wheels:

    • setuptools to 82.0.1 from 82.0.0 (:issue:3093)
  • Use terminal width for help formatting instead of hardcoded 240. (:issue:3110)


... (truncated)

Commits
  • 15063c1 release 21.2.4
  • 754602d 🐛 fix(seed): validate wheel zip entries before extraction (#3118)
  • 43deabf 🐛 fix(seed): verify sha256 of bundled wheels on load (#3119)
  • 4e412b0 🐛 fix(seed): validate distribution and version before pip download (#3120)
  • 1309818 🐛 fix(zipapp): enforce ROOT containment with Path.relative_to (#3121)
  • 48f6fdc 🐛 fix(periodic-update): refuse unverified HTTPS to PyPI by default (#3122)
  • a5fb4a2 release 21.2.3
  • 7f91a9a release 21.2.2
  • 33348d6 bump python-discovery minimum to 1.2.2 (#3117)
  • d73ff7c [pre-commit.ci] pre-commit autoupdate (#3116)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](pypa/virtualenv@1.2...21.2.4)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.2.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 15, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedvirtualenv@​21.0.0 ⏵ 21.2.497100100100100

View full report

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@deepsource-io
Copy link
Copy Markdown
Contributor

deepsource-io Bot commented Apr 15, 2026

DeepSource Code Review

We reviewed changes in 75beeef...d5abf5d on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python Apr 15, 2026 1:08p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Superseded by #116.

@dependabot dependabot Bot closed this Apr 28, 2026
@dependabot dependabot Bot deleted the dependabot/pip/virtualenv-lte-21.2.4 branch April 28, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants