Skip to content

Bump python-discovery from 1.5.2 to 1.5.3 - #13569

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

Bump python-discovery from 1.5.2 to 1.5.3#13569
github-actions[bot] merged 1 commit into
masterfrom
dependabot/pip/python-discovery-1.5.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps python-discovery from 1.5.2 to 1.5.3.

Release notes

Sourced from python-discovery's releases.

v1.5.3

What's Changed

New Contributors

Full Changelog: tox-dev/python-discovery@1.5.2...1.5.3

Changelog

Sourced from python-discovery's changelog.

Bug fixes - 1.5.3

  • Restore discovery of Python 3.6 and 3.7 interpreters: the interrogation script had grown 3.8-only syntax and is now kept to Python 3.6. Candidates below 3.6 log one warning naming the version found instead of two debug-level query attempts, and the verdict is cached so they are queried only once; an absolute-path spec for one raises RuntimeError with the same message - by :user:gaborbernat. (:issue:116)
  • Prefer the version-matched system executable when CPython reports an existing generic executable for a copied POSIX virtual environment. (:issue:124)

Improved documentation - 1.5.3

  • Document the version floors: runs on Python 3.8+, discovers interpreters down to 3.6 - by :user:gaborbernat. (:issue:116)

v1.5.1 (2026-07-31)


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)


Packaging updates and notes for downstreams - 1.5.0

  • Declare support for Python 3.15 and run the test suite against it, currently in beta. (:issue:104)

v1.4.4 (2026-07-08)


Bug fixes - 1.4.4

  • Parse the debug build flag in interpreter specs - python3.13d and Debian's python3.13-dbg / python3.13-debug now select a Py_DEBUG interpreter instead of being misread as an ISA named dbg. Resolving a virtualenv to its base interpreter also checks the free-threaded and debug ABI flags, so a debug or free-threaded environment no longer resolves to a release build of the same version - by :user:gaborbernat. (:issue:96)

... (truncated)

Commits
  • a451887 release 1.5.3
  • ba973b4 🔧 chore: batch dependency updates weekly on Tuesday (#125)
  • 4d85746 🐛 fix(py_info): prefer exact base Python
  • 8ca46d5 build(deps): bump astral-sh/setup-uv from 10.0.0 to 10.0.1 (#123)
  • 67cbc06 build(deps): bump astral-sh/setup-uv from 9.0.0 to 10.0.0 (#122)
  • d86823b [pre-commit.ci] pre-commit autoupdate (#121)
  • b30753a Avoid passing a non-Collection iterable to parametrize (#120)
  • e87c2c6 📄 docs: publish llms.txt from the docs build (#118)
  • 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.2 to 1.5.3.
- [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.2...1.5.3)

---
updated-dependencies:
- dependency-name: python-discovery
  dependency-version: 1.5.3
  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 28, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners August 28, 2026 10:38
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 28, 2026 10:39
@codspeed-hq

codspeed-hq Bot commented Aug 28, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 18.88%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

❌ 1 (👁 1) regressed benchmark
✅ 95 untouched benchmarks
⏩ 83 skipped benchmarks1

Performance Changes

Benchmark BASE HEAD Efficiency
👁 test_read_base64_part 10.2 ms 12.5 ms -18.88%

Comparing dependabot/pip/python-discovery-1.5.3 (f4004ba) with master (c52fe79)

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.

@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #13569   +/-   ##
=======================================
  Coverage   99.02%   99.02%           
=======================================
  Files         135      135           
  Lines       50486    50486           
  Branches     2650     2650           
=======================================
  Hits        49993    49993           
  Misses        370      370           
  Partials      123      123           
Flag Coverage Δ
Autobahn 22.03% <ø> (ø)
CI-GHA 98.91% <ø> (ø)
OS-Linux 98.69% <ø> (ø)
OS-Windows 97.09% <ø> (ø)
OS-macOS 97.97% <ø> (ø)
Py-3.10 98.12% <ø> (ø)
Py-3.11 98.35% <ø> (ø)
Py-3.12 98.43% <ø> (ø)
Py-3.13 98.42% <ø> (ø)
Py-3.14 98.46% <ø> (ø)
Py-3.14t 97.61% <ø> (-0.01%) ⬇️
Py-pypy-3.11 97.40% <ø> (+<0.01%) ⬆️
VM-macos 97.97% <ø> (ø)
VM-ubuntu 98.69% <ø> (ø)
VM-windows 97.09% <ø> (ø)
cython-coverage 83.09% <ø> (ø)

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.

@github-actions
github-actions Bot merged commit 14a1b54 into master Aug 28, 2026
54 checks passed
@github-actions
github-actions Bot deleted the dependabot/pip/python-discovery-1.5.3 branch August 28, 2026 15:56
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