Skip to content

Commit e260b15

Browse files
Bump virtualenv from 20.34.0 to 20.35.1 (#11628)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.34.0 to 20.35.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.35.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.34.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2954">pypa/virtualenv#2954</a></li> <li>refactor: Decouple discovery module by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2956">pypa/virtualenv#2956</a></li> <li>feat: ensure creation of python3.exe and python3 on Windows by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2957">pypa/virtualenv#2957</a></li> <li>fix: Use getattr for tcl/tk library paths by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2945">pypa/virtualenv#2945</a></li> <li>fix: Import fs_is_case_sensitive absolutely in py_info.py by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2960">pypa/virtualenv#2960</a></li> <li>Declare 3.14 support by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2970">pypa/virtualenv#2970</a></li> <li>release 20.35.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2971">pypa/virtualenv#2971</a></li> <li>fix: Patch get_interpreter to handle missing cache and app_data by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2974">pypa/virtualenv#2974</a></li> <li>Fix backwards incompatible changes on PythonInfo by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2975">pypa/virtualenv#2975</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.34.0...20.35.1">https://github.com/pypa/virtualenv/compare/20.34.0...20.35.1</a></p> <h2>20.35.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>release 20.34.0 by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2954">pypa/virtualenv#2954</a></li> <li>refactor: Decouple discovery module by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2956">pypa/virtualenv#2956</a></li> <li>feat: ensure creation of python3.exe and python3 on Windows by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2957">pypa/virtualenv#2957</a></li> <li>fix: Use getattr for tcl/tk library paths by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2945">pypa/virtualenv#2945</a></li> <li>fix: Import fs_is_case_sensitive absolutely in py_info.py by <a href="https://github.com/esafak"><code>@​esafak</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2960">pypa/virtualenv#2960</a></li> <li>chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.github/workflows by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/pypa/virtualenv/pull/2964">pypa/virtualenv#2964</a></li> <li>Declare 3.14 support by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/pypa/virtualenv/pull/2970">pypa/virtualenv#2970</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pypa/virtualenv/compare/20.34.0...20.35.0">https://github.com/pypa/virtualenv/compare/20.34.0...20.35.0</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.35.1 (2025-10-09)</h2> <p>Bugfixes - 20.35.1</p> <pre><code>- Patch get_interpreter to handle missing cache and app_data - by :user:`esafak` (:issue:`2972`) - Fix backwards incompatible changes to ``PythonInfo`` - by :user:`gaborbernat`. (:issue:`2975`) <h2>v20.35.0 (2025-10-08)</h2> <p>Features - 20.35.0 </code></pre></p> <ul> <li>Add AppData and Cache protocols to discovery for decoupling - by :user:<code>esafak</code>. (:issue:<code>2074</code>)</li> <li>Ensure python3.exe and python3 on Windows for Python 3 - by :user:<code>esafak</code>. (:issue:<code>2774</code>)</li> </ul> <p>Bugfixes - 20.35.0</p> <pre><code>- Replaced direct references to tcl/tk library paths with getattr - by :user:`esafak` (:issue:`2944`) - Restore absolute import of fs_is_case_sensitive - by :user:`esafak`. (:issue:`2955`) </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/virtualenv/commit/78a8dc2d1262eef0e48da8dc153f492a6e26f198"><code>78a8dc2</code></a> release 20.35.1</li> <li><a href="https://github.com/pypa/virtualenv/commit/2dbf4f2269b87782ddf9a9a0e6ff47096f9f62cc"><code>2dbf4f2</code></a> Fix backwards incompatible changes on PythonInfo (<a href="https://redirect.github.com/pypa/virtualenv/issues/2975">#2975</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/de1820dd472786383f0ee393524141880fe4e055"><code>de1820d</code></a> fix: Patch get_interpreter to handle missing cache and app_data (<a href="https://redirect.github.com/pypa/virtualenv/issues/2974">#2974</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/8e1ecc705a502705931e7576b8dd72bab90cde91"><code>8e1ecc7</code></a> release 20.35.0 (<a href="https://redirect.github.com/pypa/virtualenv/issues/2971">#2971</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/89dc16bfe3a65b32b69bfaa7a882902f7a53c132"><code>89dc16b</code></a> Declare 3.14 support (<a href="https://redirect.github.com/pypa/virtualenv/issues/2970">#2970</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/81d5187bc92056d204d297935cfb006a4986dfb0"><code>81d5187</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2965">#2965</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/6e1723a861171d6a4e5c7e45c1fb49abc8aec581"><code>6e1723a</code></a> chore(deps): bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.gith...</li> <li><a href="https://github.com/pypa/virtualenv/commit/9081de13c3b5cf45a747b0ea1793ba4622c200b5"><code>9081de1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2962">#2962</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/5c5bf430b3e893c80a1bf22933c2c3a800a1b459"><code>5c5bf43</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pypa/virtualenv/issues/2961">#2961</a>)</li> <li><a href="https://github.com/pypa/virtualenv/commit/66d793edd347bc8792f5fe16f950c77f23f6b60c"><code>66d793e</code></a> fix: Import fs_is_case_sensitive absolutely in py_info.py (<a href="https://redirect.github.com/pypa/virtualenv/issues/2960">#2960</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/virtualenv/compare/20.34.0...20.35.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.34.0&new-version=20.35.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 7555c7e commit e260b15

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
@@ -291,7 +291,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
291291
# -r requirements/lint.in
292292
valkey==6.1.1
293293
# via -r requirements/lint.in
294-
virtualenv==20.34.0
294+
virtualenv==20.35.1
295295
# via pre-commit
296296
wait-for-it==2.3.0
297297
# via -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ uvloop==0.21.0 ; platform_system != "Windows" and implementation_name == "cpytho
282282
# -r requirements/lint.in
283283
valkey==6.1.1
284284
# via -r requirements/lint.in
285-
virtualenv==20.34.0
285+
virtualenv==20.35.1
286286
# via pre-commit
287287
wait-for-it==2.3.0
288288
# via -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ uvloop==0.21.0 ; platform_system != "Windows"
121121
# via -r requirements/lint.in
122122
valkey==6.1.1
123123
# via -r requirements/lint.in
124-
virtualenv==20.34.0
124+
virtualenv==20.35.1
125125
# via pre-commit
126126
zlib-ng==1.0.0
127127
# via -r requirements/lint.in

0 commit comments

Comments
 (0)