Skip to content

Bump virtualenv from 21.3.1 to 21.4.2#125

Merged
lindsaygelle merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.3.3
Jun 10, 2026
Merged

Bump virtualenv from 21.3.1 to 21.4.2#125
lindsaygelle merged 1 commit into
mainfrom
dependabot/pip/virtualenv-21.3.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps virtualenv from 21.3.1 to 21.4.2.

Release notes

Sourced from virtualenv's releases.

21.4.2

What's Changed

Full Changelog: pypa/virtualenv@21.4.1...21.4.2

21.4.1

What's Changed

Full Changelog: pypa/virtualenv@21.4.0...21.4.1

21.4.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@21.3.3...21.4.0

21.3.3

What's Changed

Full Changelog: pypa/virtualenv@21.3.2...21.3.3

21.3.2

What's Changed

Full Changelog: pypa/virtualenv@21.3.1...21.3.2

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 21.4.2

  • Stop deactivate in the bash/zsh activation script from aborting under set -e when hash -r fails (for example with shell hashing disabled) by appending || true, matching CPython venv (gh-149701) and the existing non-deactivate call - by :user:gaborbernat. (:issue:3152)

v21.4.1 (2026-05-28)


Bugfixes - 21.4.1

  • Fix Windows debug build venvlauncher_d.exe substitution never triggering because executables() compared the source executable name instead of the target name, and fix AttributeError on debug_build attribute for interpreter info objects missing the field - by :user:gaborbernat. (:issue:3151)

v21.4.0 (2026-05-28)


Features - 21.4.0

  • Remove dead code targeting Python versions below the supported target range (PyPy 3.6, deprecated importlib APIs) and simplify the runtime import hook in _virtualenv.py - by :user:gaborbernat. (:issue:3149)
  • Support Windows debug builds (python_d.exe, venvlauncher_d.exe) matching CPython venv behavior, remove dead __SCRIPT_DIR__ replacement and has_shim version guard, drop unreachable Python 3.7 branch from pyvenv_launch_patch_active, and fix wheel deprecation message to say >= 3.9 - by :user:gaborbernat. (:issue:3150)

v21.3.3 (2026-05-13)


Bugfixes - 21.3.3

  • recognize GraalPy interpreters using the normalized GraalPy name - by :user:timfel. (:issue:3144)

v21.3.2 (2026-05-12)


No significant changes.


v21.3.1 (2026-05-05)


Commits
  • 3cf1a29 release 21.4.2
  • b724203 🐛 fix(activation): silence deactivate hash -r under set -e (#3152)
  • e88f194 release 21.4.1
  • 6a2d79c 🐛 fix(create): debug build venvlauncher lookup on Windows 3.13+ (#3151)
  • 30bcf62 release 21.4.0
  • 6143498 ✨ feat(create): support Windows debug builds and remove dead code (#3150)
  • ceaf88f ♻️ refactor(create): remove dead code and document droppable paths (#3149)
  • d423ddc [pre-commit.ci] pre-commit autoupdate (#3148)
  • f4a7936 Fix Mermaid flowchart rendering (#3147)
  • 7189e8e [pre-commit.ci] pre-commit autoupdate (#3145)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 17, 2026
@dependabot dependabot Bot changed the title Bump virtualenv from 21.2.0 to 21.3.3 Bump virtualenv from 21.3.1 to 21.4.2 Jun 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/virtualenv-21.3.3 branch from 20a6a81 to acc2f4a Compare June 3, 2026 05:13
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.3.1 to 21.4.2.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@21.3.1...21.4.2)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/virtualenv-21.3.3 branch from acc2f4a to d63a3df Compare June 5, 2026 01:16
@dependabot @github

dependabot Bot commented on behalf of github Jun 7, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #129.

@dependabot dependabot Bot closed this Jun 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/virtualenv-21.3.3 branch June 7, 2026 23:03

@lindsaygelle lindsaygelle left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

👍

@lindsaygelle
lindsaygelle restored the dependabot/pip/virtualenv-21.3.3 branch June 10, 2026 18:48
@lindsaygelle lindsaygelle reopened this Jun 10, 2026
@lindsaygelle
lindsaygelle merged commit 2c3cd05 into main Jun 10, 2026
0 of 2 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/virtualenv-21.3.3 branch June 10, 2026 18:48
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