Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Bumps virtualenv from 20.35.3 to 20.35.4.

Release notes

Sourced from virtualenv's releases.

20.35.4

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.35.3...20.35.4

Changelog

Sourced from virtualenv's changelog.

v20.35.4 (2025-10-28)

Bugfixes - 20.35.4

- Fix race condition in ``_virtualenv.py`` when file is overwritten during import, preventing ``NameError`` when ``_DISTUTILS_PATCH`` is accessed - by :user:`gracetyy`. (:issue:`2969`)
- Upgrade embedded wheels:
  • pip to 25.3 from 25.2 (:issue:2989)
Commits
  • 0381534 release 20.35.4
  • 25207be Merge pull request #2989 from gaborbernat/bump-pip
  • d593841 Merge pull request #2984 from pypa/pre-commit-ci-update-config
  • f742f8d [pre-commit.ci] pre-commit autoupdate
  • 0a644b0 Merge pull request #2982 from gracetyy/fix/distutils_patch
  • 2b125eb refactor: fix last commit according to review feedback
  • 71d5e09 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • fd0a834 refactor: fix last commit according to review feedback
  • c5e51d4 refactor: use pytest tmp_path fixture instead of tempfile.TemporaryDirectory
  • 629f7b8 Merge branch 'main' into fix/distutils_patch
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.35.3 to 20.35.4.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.35.3...20.35.4)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) October 29, 2025 10:04
@codspeed-hq
Copy link

codspeed-hq bot commented Oct 29, 2025

CodSpeed Performance Report

Merging #11738 will not alter performance

Comparing dependabot/pip/virtualenv-20.35.4 (99c92db) with master (861c621)

Summary

✅ 59 untouched

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.74%. Comparing base (861c621) to head (99c92db).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #11738   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         127      127           
  Lines       43754    43754           
  Branches     2328     2328           
=======================================
  Hits        43204    43204           
  Misses        389      389           
  Partials      161      161           
Flag Coverage Δ
CI-GHA 98.61% <ø> (ø)
OS-Linux 98.35% <ø> (ø)
OS-Windows 96.68% <ø> (ø)
OS-macOS 97.57% <ø> (ø)
Py-3.10.11 97.12% <ø> (-0.01%) ⬇️
Py-3.10.18 97.61% <ø> (-0.01%) ⬇️
Py-3.11.13 97.81% <ø> (-0.01%) ⬇️
Py-3.11.9 97.32% <ø> (ø)
Py-3.12.10 97.42% <ø> (-0.01%) ⬇️
Py-3.12.11 97.92% <ø> (-0.01%) ⬇️
Py-3.13.7 97.92% <ø> (-0.01%) ⬇️
Py-3.13.9 97.40% <ø> (ø)
Py-3.14.0 98.12% <ø> (-0.01%) ⬇️
Py-3.14.0t 97.20% <ø> (ø)
Py-pypy3.10.16-7.3.19 88.42% <ø> (-3.99%) ⬇️
VM-macos 97.57% <ø> (ø)
VM-ubuntu 98.35% <ø> (ø)
VM-windows 96.68% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot merged commit 056d929 into master Oct 29, 2025
43 checks passed
@github-actions github-actions bot deleted the dependabot/pip/virtualenv-20.35.4 branch October 29, 2025 10:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant