Skip to content

Bump virtualenv from 20.38.0 to 20.39.0 - #35

Merged
docktermj merged 1 commit into
mainfrom
dependabot/pip/virtualenv-20.39.0
Mar 17, 2026
Merged

Bump virtualenv from 20.38.0 to 20.39.0#35
docktermj merged 1 commit into
mainfrom
dependabot/pip/virtualenv-20.39.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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)

Resolves #3057
Resolves #3067
Resolves #3058
Resolves #3065
Resolves #3066
Resolves #3064
Resolves #3063
Resolves #3056
Resolves pypa/virtualenv#3056
Resolves pypa/virtualenv#3063
Resolves pypa/virtualenv#3064
Resolves pypa/virtualenv#3066
Resolves pypa/virtualenv#3065
Resolves pypa/virtualenv#3058
Resolves pypa/virtualenv#3067
Resolves pypa/virtualenv#3057

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:development
  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 Mar 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner March 17, 2026 00:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 17, 2026
@github-actions

Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

PR Summary: Bumps virtualenv from 20.38.0 to 20.39.0 in pyproject.toml — a minor dependency version bump.


Code Quality

  • Style guide: Single-line change follows existing formatting conventions.
  • No commented-out code: N/A.
  • Meaningful variable names: N/A.
  • DRY principle: N/A.
  • Defects: No logic errors; straightforward version string update at pyproject.toml:46.
  • CLAUDE.md: No issues with project configuration.

Testing

  • Unit/integration tests: No code changes requiring new tests.
  • Edge cases: N/A.
  • Test coverage: N/A — dependency-only change.

Documentation

  • README: No update needed.
  • API docs: N/A.
  • Inline comments: N/A.
  • CHANGELOG.md: N/A — automated dependency bump; no user-facing change.
  • Markdown formatting: N/A.

Security

  • No hardcoded credentials: None present.
  • Input validation: N/A.
  • Error handling: N/A.
  • Sensitive data in logs: N/A.
  • License files: No .lic files or AQAAAD-prefixed strings detected.

Verdict: APPROVE — This is a clean, minimal automated dependency bump with no concerns. The change is confined to the development dependency group, so it has no impact on production behavior.

Automated code review analyzing defects and coding standards

@docktermj
docktermj merged commit 5fb4f7f into main Mar 17, 2026
13 checks passed
@docktermj
docktermj deleted the dependabot/pip/virtualenv-20.39.0 branch March 17, 2026 12:47
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