Skip to content

Bump virtualenv from 21.3.3 to 21.4.1#175

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-21.4.1
Open

Bump virtualenv from 21.3.3 to 21.4.1#175
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/virtualenv-21.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Contributor

Bumps virtualenv from 21.3.3 to 21.4.1.

Release notes

Sourced from virtualenv's releases.

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

Changelog

Sourced from virtualenv's changelog.

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)


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.3.3 to 21.4.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@21.3.3...21.4.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 21.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner June 18, 2026 17:43
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 18, 2026
@github-actions

Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

PR Summary: Bumps virtualenv from 21.3.3 to 21.4.1 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 — No logic errors; this is a straightforward version bump of a development-only dependency.
  • CLAUDE.md — No concerns; project config is general and environment-agnostic.

Testing

  • Unit/integration tests — Not applicable for a dependency version bump.
  • Edge cases / coverage — Not applicable.

Documentation

  • README/API docs — No update needed for a dev dependency bump.
  • CHANGELOG.md — Not required for automated dependency bumps.
  • Markdown formatting — No markdown changes.

Security

  • No hardcoded credentials — N/A.
  • Input validation / error handling — N/A.
  • No sensitive data — N/A.
  • No license files — None present.

Verdict: APPROVE

This is a clean, automated dependency bump (virtualenv 21.3.3 → 21.4.1) scoped to the development extras group — it has no production impact. No issues found.

Automated code review analyzing defects and coding standards

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.

2 participants