Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps virtualenv from 20.26.2 to 20.31.0.

Release notes

Sourced from virtualenv's releases.

20.30.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.3...20.30.0

20.29.3

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.2...20.29.3

20.29.2

What's Changed

Full Changelog: pypa/virtualenv@20.29.1...20.29.2

20.29.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from virtualenv's changelog.

v20.31.0 (2025-05-05)

Features - 20.31.0

- No longer bundle ``wheel`` wheels (except on Python 3.8), ``setuptools`` includes native ``bdist_wheel`` support.  Update ``pip`` to ``25.1``. (:issue:`2868`)

Bugfixes - 20.31.0

  • get_embed_wheel() no longer fails with a :exc:TypeError when it is called with an unknown distribution. (:issue:2877)
  • Fix HelpFormatter error with Python 3.14.0b1. (:issue:2878)

v20.30.0 (2025-03-31)

Features - 20.30.0

- Add support for `GraalPy <https://github.com/oracle/graalpython>`_. (:issue:`2832`)

Bugfixes - 20.30.0

  • Upgrade embedded wheels:

    • setuptools to 78.1.0 from 75.3.2 (:issue:2863)

v20.29.3 (2025-03-06)

Bugfixes - 20.29.3

- Ignore unreadable directories in ``PATH``. (:issue:`2794`)

v20.29.2 (2025-02-10)

Bugfixes - 20.29.2

  • Remove old virtualenv wheel from the source distribution - by :user:gaborbernat. (:issue:2841)
  • Upgrade embedded wheel pip to 25.0.1 from 24.3.1 - by :user:gaborbernat. (:issue:2843)

v20.29.1 (2025-01-17)

Bugfixes - 20.29.1

- Fix PyInfo cache incompatibility warnings - by :user:`robsdedude`. (:issue:`2827`)

v20.29.0 (2025-01-15)

</tr></table>

... (truncated)

Commits
  • 2b7ea30 release 20.31.0
  • a2e76cb Fix get_embed_wheel for unknown wheels (#2877)
  • 6d26284 Fix HelpFormatter for Python 3.14 (#2878)
  • 9ee93da Revert a large part of the wheel removal, to support Python 3.8 (#2876)
  • f900bb6 [pre-commit.ci] pre-commit autoupdate (#2875)
  • 3fa94b7 Merge pull request #2868 from stefanor/no-wheel
  • c93d2a6 Skip --no-pep517 test on Python 3.8 as pip will expect wheel to be installed,...
  • 2ab2c19 Include a backwards-compatibility (deprecated) --no-wheel option
  • 0989d10 Bump to pip 25.1
  • db1d9fc Stop including 'wheel', setuptools 70.1 has native bdist_wheel support
  • 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 will merge this PR once CI passes on it, as requested by @andrewthetechie.


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

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.31.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 May 5, 2025
Copy link
Owner

@andrewthetechie andrewthetechie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2025

Superseded by #372.

@dependabot dependabot bot closed this May 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/virtualenv-20.31.0 branch May 6, 2025 20:00
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