Skip to content

Bump virtualenv from 20.38.0 to 20.39.0#3279

Merged
alexjanousekGSA merged 1 commit intomainfrom
dependabot/pip/virtualenv-20.39.0
Feb 24, 2026
Merged

Bump virtualenv from 20.38.0 to 20.39.0#3279
alexjanousekGSA merged 1 commit intomainfrom
dependabot/pip/virtualenv-20.39.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2026

Bumps virtualenv from 20.38.0 to 20.39.0.

Release notes

Sourced from virtualenv's releases.

20.39.0

What's Changed

Full Changelog: pypa/virtualenv@20.38.0...20.39.0

Changelog

Sourced from virtualenv's changelog.

Features - 20.39.0

  • Automatically resolve version manager shims (pyenv, mise, asdf) to the real Python binary during discovery, preventing incorrect interpreter selection when shims are on PATH - by :user:gaborbernat. (:issue:3049)
  • Add architecture (ISA) awareness to Python discovery — users can now specify a CPU architecture suffix in the --python spec string (e.g. cpython3.12-64-arm64) to distinguish between interpreters that share the same version and bitness but target different architectures. Uses sysconfig.get_platform() as the data source, with cross-platform normalization (amd64x86_64, aarch64arm64). Omitting the suffix preserves existing behavior - by :user:rahuldevikar. (:issue:3059)

v20.38.0 (2026-02-19)


Commits
  • ad56e78 release 20.39.0
  • ae90556 Add auto-upgrade workflow for embedded dependencies (#3057)
  • 4582e41 🐛 fix(discovery): resolve version-manager shims to real binaries (#3067)
  • e32d82d Add architecture (ISA) awareness to Python discovery (#3058)
  • f8f7f48 🧪 test(discovery): fix test_py_info_cache_clear outside venv (#3065)
  • c22b548 👷 ci(brew): add missing Homebrew Python versions and fix discovery (#3066)
  • a852cbb 🐛 fix(seed): add --ignore-installed to pip invoke seeder (#3064)
  • 6d22c9e 🐛 fix(sdist): include tox.toml in sdist (#3063)
  • 01e8f51 Move from extras to dependency-groups (#3056)
  • See full diff in compare view

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

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

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 Feb 24, 2026
@alexjanousekGSA alexjanousekGSA enabled auto-merge (squash) February 24, 2026 16:13
@alexjanousekGSA alexjanousekGSA merged commit 4b50c02 into main Feb 24, 2026
11 checks passed
@alexjanousekGSA alexjanousekGSA deleted the dependabot/pip/virtualenv-20.39.0 branch February 24, 2026 16:13
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