Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps virtualenv from 20.31.2 to 20.33.1.

Release notes

Sourced from virtualenv's releases.

20.33.1

What's Changed

Full Changelog: pypa/virtualenv@20.33.0...20.33.1

20.33.0

What's Changed

Full Changelog: pypa/virtualenv@20.32.0...20.33.0

20.32.0

What's Changed

... (truncated)

Changelog

Sourced from virtualenv's changelog.

v20.33.1 (2025-08-05)

Bugfixes - 20.33.1

- Correctly unpack _get_tcl_tk_libs() response in PythonInfo.
  Contributed by :user:`esafak`. (:issue:`2930`)
- Restore `py_info.py` timestamp in `test_py_info_cache_invalidation_on_py_info_change`
  Contributed by :user:`esafak`. (:issue:`2933`)

v20.33.0 (2025-08-03)

Features - 20.33.0

  • Added support for Tcl and Tkinter. You're welcome. Contributed by :user:esafak. (:issue:425)

Bugfixes - 20.33.0

- Prevent logging setup when --help is passed, fixing a flaky test.
  Contributed by :user:`esafak`. (:issue:`u`)
- Fix cache invalidation for PythonInfo by hashing `py_info.py`.
  Contributed by :user:`esafak`. (:issue:`2467`)
- When no discovery plugins are found, the application would crash with a StopIteration.
  This change catches the StopIteration and raises a RuntimeError with a more informative message.
  Contributed by :user:`esafak`. (:issue:`2493`)
- Stop `--try-first-with` overriding absolute `--python` paths.
  Contributed by :user:`esafak`. (:issue:`2659`)
- Force UTF-8 encoding for pip download
  Contributed by :user:`esafak`. (:issue:`2780`)
- Creating a virtual environment on a filesystem without symlink-support would fail even with `--copies`
  Make `fs_supports_symlink` perform a real symlink creation check on all platforms.
  Contributed by :user:`esafak`. (:issue:`2786`)
- Add a note to the user guide recommending the use of a specific Python version when creating virtual environments.
  Contributed by :user:`esafak`. (:issue:`2808`)
- Fix 'Too many open files' error due to  a file descriptor leak in virtualenv's locking mechanism.
  Contributed by :user:`esafak`. (:issue:`2834`)
- Support renamed Windows venv redirector (`venvlauncher.exe` and `venvwlauncher.exe`) on Python 3.13
  Contributed by :user:`esafak`. (:issue:`2851`)
- Resolve Nushell activation script deprecation warnings by dynamically selecting the ``--optional`` flag for Nushell
  ``get`` command on version 0.106.0 and newer, while retaining the deprecated ``-i`` flag for older versions to maintain
  compatibility. Contributed by :user:`gaborbernat`. (:issue:`2910`)

v20.32.0 (2025-07-20)

Features - 20.32.0

  • Warn on incorrect invocation of Nushell activation script - by :user:esafak. (:issue:nushell_activation)

... (truncated)

Commits
  • 8cea2c7 release 20.33.1
  • cac4942 Merge pull request #2942 from esafak/bug_report_template
  • 91d3618 chore: Request shell and python details in bug reports
  • f528c19 Merge pull request #2940 from esafak/fix/2930-tcl-library-bug
  • a7c6824 Merge branch 'main' into fix/2930-tcl-library-bug
  • 034f717 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 8c9e431 Iterate on quoting
  • 59078c5 Remove investigation scripts, add changelog entry
  • 7336c43 fix: Correctly unpack _get_tcl_tk_libs() response in PythonInfo
  • 94004cc Merge pull request #2937 from pypa/pre-commit-ci-update-config
  • 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.31.2 to 20.33.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.31.2...20.33.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-version: 20.33.1
  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 Aug 5, 2025
@bosd
Copy link
Collaborator

bosd commented Aug 9, 2025

@dependabot merge

@dependabot dependabot bot merged commit 6cf1b5e into master Aug 9, 2025
18 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dot-github/workflows/virtualenv-20.33.1 branch August 9, 2025 12:40
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