Skip to content

Bump virtualenv from 20.32.0 to 20.36.1#3949

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/virtualenv-20.36.1
Closed

Bump virtualenv from 20.32.0 to 20.36.1#3949
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/virtualenv-20.36.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 28, 2026

Bumps virtualenv from 20.32.0 to 20.36.1.

Release notes

Sourced from virtualenv's releases.

20.36.0

What's Changed

New Contributors

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

20.35.4

What's Changed

New Contributors

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

20.35.3

What's Changed

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

20.35.2

... (truncated)

Changelog

Sourced from virtualenv's changelog.

Bugfixes - 20.36.1

  • Fix TOCTOU vulnerabilities in app_data and lock directory creation that could be exploited via symlink attacks - reported by :user:tsigouris007, fixed by :user:gaborbernat. (:issue:3013)

v20.36.0 (2026-01-07)


Features - 20.36.0

  • Add support for PEP 440 version specifiers in the --python flag. Users can now specify Python versions using operators like >=, <=, ~=, etc. For example: virtualenv --python=">=3.12" myenv . (:issue:2994`)

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)

v20.35.3 (2025-10-10)


Bugfixes - 20.35.3

  • Accept RuntimeError in test_too_many_open_files, by :user:esafak (:issue:2935)

v20.35.2 (2025-10-10)


Bugfixes - 20.35.2

  • Revert out changes related to the extraction of the discovery module - by :user:gaborbernat. (:issue:2978)

v20.35.1 (2025-10-09)


... (truncated)

Commits
  • d0ad11d release 20.36.1
  • dec4cec Merge pull request #3013 from gaborbernat/fix-sec
  • 5fe5d38 release 20.36.0 (#3011)
  • 9719376 release 20.36.0
  • 0276db6 Add support for PEP 440 version specifiers in the --python flag. (#3008)
  • 4f900c2 Fix Interpreter discovery bug wrt. Microsoft Store shortcut using Latin-1 (#3...
  • 13afcc6 fix: resolve EncodingWarning in tox upgrade environment (#3007)
  • 31b5d31 [pre-commit.ci] pre-commit autoupdate (#2997)
  • 7c28422 fix: update filelock dependency version to 3.20.1 to fix CVE CVE-2025-68146 (...
  • 365628c test_too_many_open_files: assert on errno.EMFILE instead of strerror (#3001)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 28, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 28, 2026 11:13
@dependabot dependabot Bot added python:uv Pull requests that update python:uv code dependencies Pull requests that update a dependency file labels Jan 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/virtualenv-20.36.1 branch from bf16fae to f0ed9bb Compare February 19, 2026 22:03
@jstvz
Copy link
Copy Markdown
Contributor

jstvz commented Apr 2, 2026

@dependabot recreate

@jstvz jstvz enabled auto-merge (squash) April 2, 2026 21:53
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.32.0 to 20.36.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.32.0...20.36.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.36.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/uv/virtualenv-20.36.1 branch from f0ed9bb to c114558 Compare April 2, 2026 21:53
jstvz added a commit that referenced this pull request Apr 10, 2026
Selectively upgraded:
- black 25.1.0 -> 26.3.1 (dev/lint)
- filelock 3.18.0 -> 3.25.2 (transitive, dev)
- pygments 2.19.2 -> 2.20.0 (transitive)
- pyjwt 2.10.1 -> 2.12.1 (runtime)
- requests 2.32.4 -> 2.33.1 (runtime, CVE-2026-25645)
- virtualenv 20.32.0 -> 21.2.1 (transitive, dev)

Addresses #3961, #3959, #3957, #3956, #3949, #3947.
urllib3 v2 (#3948) skipped: blocked by selenium<4 pin.
@jstvz
Copy link
Copy Markdown
Contributor

jstvz commented Apr 12, 2026

Resolved by dependency bumps in v4.10.0 release (PR #3966).

@jstvz jstvz closed this Apr 12, 2026
auto-merge was automatically disabled April 12, 2026 04:14

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/virtualenv-20.36.1 branch April 12, 2026 04:14
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant