Skip to content

Bump python-discovery from 1.5.0 to 1.5.1 - #13324

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/python-discovery-1.5.1
Aug 4, 2026
Merged

Bump python-discovery from 1.5.0 to 1.5.1#13324
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/python-discovery-1.5.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps python-discovery from 1.5.0 to 1.5.1.

Release notes

Sourced from python-discovery's releases.

v1.5.1

What's Changed

Full Changelog: tox-dev/python-discovery@1.5.0...1.5.1

Changelog

Sourced from python-discovery's changelog.

Bug fixes - 1.5.1

  • Locate uv's interpreter store the way uv does, using XDG on macOS (~/.local/share/uv/python) and roaming %APPDATA%\uv\python on Windows, neither of which platformdirs reported. The uv variables now come from the env mapping rather than os.environ - by :user:gaborbernat. (:issue:109)
  • Pick uv-managed interpreters by install directory name instead of globbing the store. A bare 3.8 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:gaborbernat. (:issue:110)

Packaging updates and notes for downstreams - 1.5.1

  • Drop the platformdirs runtime dependency; locating uv's store was the only thing it did - by :user:gaborbernat. (:issue:109)

v1.5.0 (2026-07-21)


Commits
  • 73a8369 release 1.5.1
  • f2bd713 🐛 fix(uv): pick store installs by directory name (#112)
  • b94b232 🐛 fix(uv): match uv's interpreter store lookup (#111)
  • 97db92f build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#108)
  • dae1a0b [pre-commit.ci] pre-commit autoupdate (#107)
  • 45d10b6 build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#106)
  • 35f701e build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#105)
  • See full diff 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 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 [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/tox-dev/python-discovery/releases)
- [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst)
- [Commits](tox-dev/python-discovery@1.5.0...1.5.1)

---
updated-dependencies:
- dependency-name: python-discovery
  dependency-version: 1.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners August 4, 2026 10:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 4, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 4, 2026 10:57
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.98%. Comparing base (d5d068c) to head (a579d6b).
⚠️ Report is 2 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13324   +/-   ##
=======================================
  Coverage   98.98%   98.98%           
=======================================
  Files         132      132           
  Lines       49073    49073           
  Branches     2553     2553           
=======================================
  Hits        48576    48576           
  Misses        373      373           
  Partials      124      124           
Flag Coverage Δ
Autobahn 22.13% <ø> (ø)
CI-GHA 98.90% <ø> (ø)
OS-Linux 98.67% <ø> (+<0.01%) ⬆️
OS-Windows 97.03% <ø> (ø)
OS-macOS 97.92% <ø> (-0.01%) ⬇️
Py-3.10 98.12% <ø> (-0.01%) ⬇️
Py-3.11 98.37% <ø> (+<0.01%) ⬆️
Py-3.12 98.46% <ø> (-0.01%) ⬇️
Py-3.13 98.45% <ø> (ø)
Py-3.14 98.46% <ø> (-0.01%) ⬇️
Py-3.14t 97.55% <ø> (-0.01%) ⬇️
Py-pypy-3.11 97.39% <ø> (+<0.01%) ⬆️
VM-macos 97.92% <ø> (-0.01%) ⬇️
VM-ubuntu 98.67% <ø> (+<0.01%) ⬆️
VM-windows 97.03% <ø> (ø)
cython-coverage 37.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Aug 4, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 84 untouched benchmarks
⏩ 83 skipped benchmarks1


Comparing dependabot/pip/python-discovery-1.5.1 (a579d6b) with master (d5d068c)

Open in CodSpeed

Footnotes

  1. 83 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
github-actions Bot merged commit c0ef574 into master Aug 4, 2026
53 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/python-discovery-1.5.1 branch August 4, 2026 11:39
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants