Skip to content

Commit 50467b7

Browse files
Bump virtualenv from 20.33.0 to 20.33.1 (#11394)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.33.0 to 20.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/releases">virtualenv's releases</a>.</em></p> <blockquote> <h2>20.33.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.33.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2929">pypa/virtualenv#2929</a></li> <li>fix(test): Restore mtime of py_info.py in test by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2938">pypa/virtualenv#2938</a></li> <li>[pre-commit.ci] pre-commit autoupdate by <a href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot] in <a href="https://redirect.github.com/pypa/virtualenv/pull/2937">pypa/virtualenv#2937</a></li> <li>fix: Correctly unpack _get_tcl_tk_libs() response in PythonInfo by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2940">pypa/virtualenv#2940</a></li> <li>chore: Request shell and python details in bug reports by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2942">pypa/virtualenv#2942</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.33.0...20.33.1">https://github.com/pypa/virtualenv/compare/20.33.0...20.33.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst">virtualenv's changelog</a>.</em></p> <blockquote> <h2>v20.33.1 (2025-08-05)</h2> <p>Bugfixes - 20.33.1</p> <pre><code>- 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`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/8cea2c7662fee3a1fd9e9228ceee74e02f89c0e1"><code>8cea2c7</code></a> release 20.33.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/cac49420a71b8c2e0d091acd0ec47575bd5bd01b"><code>cac4942</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2942">#2942</a> from esafak/bug_report_template</li> <li><a href="https://github.com/pypa/virtualenv/commit/91d36184b69c8a60f46b334c98fed968d12a466f"><code>91d3618</code></a> chore: Request shell and python details in bug reports</li> <li><a href="https://github.com/pypa/virtualenv/commit/f528c193dfa33ce665fee4b601bdafe64f65be7a"><code>f528c19</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2940">#2940</a> from esafak/fix/2930-tcl-library-bug</li> <li><a href="https://github.com/pypa/virtualenv/commit/a7c68245cb2781fd39e679119ada8f78ab8ea9fa"><code>a7c6824</code></a> Merge branch 'main' into fix/2930-tcl-library-bug</li> <li><a href="https://github.com/pypa/virtualenv/commit/034f7179dd817a61a3ecfdc68206a3f9a6e935dc"><code>034f717</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li><a href="https://github.com/pypa/virtualenv/commit/8c9e431fab80a843978a2e3a3aa8f6224e985862"><code>8c9e431</code></a> Iterate on quoting</li> <li><a href="https://github.com/pypa/virtualenv/commit/59078c56bcc6cb84f36904b296d096eabd6a5beb"><code>59078c5</code></a> Remove investigation scripts, add changelog entry</li> <li><a href="https://github.com/pypa/virtualenv/commit/7336c4314c06dbc2bda009402b3dc3e37271f84f"><code>7336c43</code></a> fix: Correctly unpack _get_tcl_tk_libs() response in PythonInfo</li> <li><a href="https://github.com/pypa/virtualenv/commit/94004cce5794fbbe46d37faf1bbb08ba7dd4ffc8"><code>94004cc</code></a> Merge pull request <a href="https://redirect.github.com/pypa/virtualenv/issues/2937">#2937</a> from pypa/pre-commit-ci-update-config</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.33.0...20.33.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=virtualenv&package-manager=pip&previous-version=20.33.0&new-version=20.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecad0dc commit 50467b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
288288
# -r requirements/lint.in
289289
valkey==6.1.0
290290
# via -r requirements/lint.in
291-
virtualenv==20.33.0
291+
virtualenv==20.33.1
292292
# via pre-commit
293293
wait-for-it==2.3.0
294294
# via -r requirements/test.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
279279
# -r requirements/lint.in
280280
valkey==6.1.0
281281
# via -r requirements/lint.in
282-
virtualenv==20.33.0
282+
virtualenv==20.33.1
283283
# via pre-commit
284284
wait-for-it==2.3.0
285285
# via -r requirements/test.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
117117
# via -r requirements/lint.in
118118
valkey==6.1.0
119119
# via -r requirements/lint.in
120-
virtualenv==20.33.0
120+
virtualenv==20.33.1
121121
# via pre-commit
122122
zlib-ng==0.5.1
123123
# via -r requirements/lint.in

0 commit comments

Comments
 (0)