Skip to content

Commit c0ef574

Browse files
Bump python-discovery from 1.5.0 to 1.5.1 (aio-libs#13324)
Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/releases">python-discovery's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(uv): match uv's interpreter store lookup by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/111">tox-dev/python-discovery#111</a></li> <li>🐛 fix(uv): pick store installs by directory name by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/112">tox-dev/python-discovery#112</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1">https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst">python-discovery's changelog</a>.</em></p> <blockquote> <h1>Bug fixes - 1.5.1</h1> <ul> <li>Locate uv's interpreter store the way uv does, using XDG on macOS (<code>~/.local/share/uv/python</code>) and roaming <code>%APPDATA%\uv\python</code> on Windows, neither of which <code>platformdirs</code> reported. The uv variables now come from the <code>env</code> mapping rather than <code>os.environ</code> - by :user:<code>gaborbernat</code>. (:issue:<code>109</code>)</li> <li>Pick uv-managed interpreters by install directory name instead of globbing the store. A bare <code>3.8</code> now means CPython, the way uv resolves it, rather than whichever implementation the filesystem happened to list first, and probing runs newest version first - by :user:<code>gaborbernat</code>. (:issue:<code>110</code>)</li> </ul> <h1>Packaging updates and notes for downstreams - 1.5.1</h1> <ul> <li>Drop the <code>platformdirs</code> runtime dependency; locating uv's store was the only thing it did - by :user:<code>gaborbernat</code>. (:issue:<code>109</code>)</li> </ul> <hr /> <p>v1.5.0 (2026-07-21)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/python-discovery/commit/73a83697ba27a33f132a1598e2777d80c5b9238e"><code>73a8369</code></a> release 1.5.1</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/f2bd71321c2699af9f14493b5d5e8156761ffc49"><code>f2bd713</code></a> 🐛 fix(uv): pick store installs by directory name (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/112">#112</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/b94b232560a8296e828c920253f6796066e1b139"><code>b94b232</code></a> 🐛 fix(uv): match uv's interpreter store lookup (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/111">#111</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/97db92fe41cfd41f4e5bfaa837a4a1071de89b63"><code>97db92f</code></a> build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/108">#108</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/dae1a0b33655c03d5185340528008af4c7ffa24b"><code>dae1a0b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/107">#107</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/45d10b6ab4e269e0fe32f95a71e4ed8630dfb0e9"><code>45d10b6</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/106">#106</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/35f701ed0090f6c514ba9119f90d0fe745b3f4de"><code>35f701e</code></a> build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/105">#105</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-discovery&package-manager=pip&previous-version=1.5.0&new-version=1.5.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58ac2f4 commit c0ef574

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

requirements/constraints.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@ pip-tools==7.6.0
168168
pkgconfig==1.6.0
169169
# via -r requirements/test-common-base.in
170170
platformdirs==4.11.0
171-
# via
172-
# python-discovery
173-
# virtualenv
171+
# via virtualenv
174172
pluggy==1.6.0
175173
# via
176174
# pytest
@@ -238,7 +236,7 @@ pytest-xdist==3.8.0
238236
# via -r requirements/test-common.in
239237
python-dateutil==2.9.0.post0
240238
# via freezegun
241-
python-discovery==1.5.0
239+
python-discovery==1.5.1
242240
# via virtualenv
243241
python-on-whales==0.81.0
244242
# via

requirements/dev.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ pip-tools==7.6.0
165165
pkgconfig==1.6.0
166166
# via -r requirements/test-common-base.in
167167
platformdirs==4.11.0
168-
# via
169-
# python-discovery
170-
# virtualenv
168+
# via virtualenv
171169
pluggy==1.6.0
172170
# via
173171
# pytest
@@ -233,7 +231,7 @@ pytest-xdist==3.8.0
233231
# via -r requirements/test-common.in
234232
python-dateutil==2.9.0.post0
235233
# via freezegun
236-
python-discovery==1.5.0
234+
python-discovery==1.5.1
237235
# via virtualenv
238236
python-on-whales==0.81.0
239237
# via

requirements/lint.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ packaging==26.2
8585
pathspec==1.1.1
8686
# via mypy
8787
platformdirs==4.11.0
88-
# via
89-
# python-discovery
90-
# virtualenv
88+
# via virtualenv
9189
pluggy==1.6.0
9290
# via pytest
9391
pre-commit==4.6.1
@@ -127,7 +125,7 @@ pytest-mock==3.15.1
127125
# via -r requirements/lint.in
128126
python-dateutil==2.9.0.post0
129127
# via freezegun
130-
python-discovery==1.5.0
128+
python-discovery==1.5.1
131129
# via virtualenv
132130
python-on-whales==0.81.0
133131
# via -r requirements/lint.in

0 commit comments

Comments
 (0)