Skip to content

Bump virtualenv from 21.2.1 to 21.2.3#153

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/virtualenv-21.2.3
May 5, 2026
Merged

Bump virtualenv from 21.2.1 to 21.2.3#153
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/virtualenv-21.2.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps virtualenv from 21.2.1 to 21.2.3.

Release notes

Sourced from virtualenv's releases.

21.2.3

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

21.2.2

What's Changed

Full Changelog: pypa/virtualenv@21.2.1...21.2.2

Changelog

Sourced from virtualenv's changelog.

################# Release History #################

.. towncrier-draft-entries:: [UNRELEASED DRAFT]

.. towncrier release notes start


v21.3.1 (2026-05-05)


Bugfixes - 21.3.1

  • Upgrade embedded wheels:

    • pip to 26.1.1 from 26.1 (:issue:3138)

v21.3.0 (2026-04-27)


Features - 21.3.0

  • Re-introduce xonsh shell activator (activate.xsh) previously removed in 20.7.0, and make the plugin loader prefer virtualenv's built-in entry points so a third-party package cannot override them by registering a duplicate name. (:issue:3003)

Bugfixes - 21.3.0

  • Upgrade embedded wheels:

    • pip to 26.1 (:issue:3132)

v21.2.4 (2026-04-14)


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

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.1 to 21.2.3.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@21.2.1...21.2.3)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 May 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 5, 2026 07:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 5, 2026
Copy link
Copy Markdown

@senzingdevops senzingdevops left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated: approving this pull request because it includes a patch update

@github-actions github-actions Bot enabled auto-merge (squash) May 5, 2026 07:08
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

🤖 Claude Code Review

Code Review

PR Summary: Bumps virtualenv from 21.2.1 to 21.2.3 in pyproject.toml (development dependency).


Code Quality

  • Style guide — Single-line change in a TOML config file; no style concerns.
  • No commented-out code — N/A.
  • Meaningful variable names — N/A.
  • DRY principle — N/A.
  • Defects / bugs / security — Dependency version bump only. virtualenv 21.2.3 is a patch release; no known regressions or vulnerabilities introduced.

Testing

  • Unit/integration tests — No new logic; no tests required for a dependency bump.
  • Test coverage — N/A.

Documentation

  • README / API docs — No changes needed for a dev-dependency bump.
  • CHANGELOG.md — Not updated, but this is a bot-generated dependency bump (Dependabot/Renovate pattern); omitting a changelog entry is acceptable per typical project conventions for automated bumps.
  • Markdown formatting — No markdown changes.

Security

  • No hardcoded credentials — N/A.
  • No license files (.lic / AQAAAD) — None present.
  • Input validation / error handling — N/A.

Summary

This is a clean, low-risk patch version bump for a development-only dependency. Approved with no issues.

Automated code review analyzing defects and coding standards

@github-actions github-actions Bot merged commit 4857ccb into main May 5, 2026
12 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/virtualenv-21.2.3 branch May 5, 2026 07:09
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.

1 participant