From b6250c7f1189a3d96d729797263af2eed47a9ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:35:37 +0000 Subject: [PATCH 1/2] Bump pytest-codspeed from 4.5.0 to 5.0.1 (#12526) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.5.0 to 5.0.1.
Release notes

Sourced from pytest-codspeed's releases.

v5.0.1

What's Changed

Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v5.0.0...v5.0.1

v5.0.0

Highlights

MacOS walltime profiling is now available with the codspeed cli v4.16.1 and above.

pytest-codspeed can now be used in free threaded mode. This has been tested with 3.14t and 3.15t. For this, we have dropped usage of cffi in favor of the native extension support.

What's Changed

Full Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.5.0...v5.0.0

Changelog

Sourced from pytest-codspeed's changelog.

[5.0.1] - 2026-05-13

💼 Other

[5.0.0] - 2026-05-13

🚀 Features

⚡ Performance

⚙️ Internals

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.5.0&new-version=5.0.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) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 3 +-- requirements/dev.txt | 3 +-- requirements/lint.txt | 3 +-- requirements/test-common.txt | 6 ++---- requirements/test-ft.txt | 3 +-- requirements/test.txt | 3 +-- 6 files changed, 7 insertions(+), 14 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 41a247fef5a..ab29e664a75 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -55,7 +55,6 @@ cffi==2.0.0 # via # cryptography # pycares - # pytest-codspeed cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 @@ -207,7 +206,7 @@ pytest-aiohttp==1.1.0 # -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==4.5.0 +pytest-codspeed==5.0.1 # via # -r requirements/lint.in # -r requirements/test-common.in diff --git a/requirements/dev.txt b/requirements/dev.txt index e3b87382140..9539123c778 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -55,7 +55,6 @@ cffi==2.0.0 # via # cryptography # pycares - # pytest-codspeed cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 @@ -202,7 +201,7 @@ pytest-aiohttp==1.1.0 # -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==4.5.0 +pytest-codspeed==5.0.1 # via # -r requirements/lint.in # -r requirements/test-common.in diff --git a/requirements/lint.txt b/requirements/lint.txt index 0593a7bceb8..fed9f3d8688 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -32,7 +32,6 @@ cffi==2.0.0 # via # cryptography # pycares - # pytest-codspeed cfgv==3.5.0 # via pre-commit click==8.3.3 @@ -122,7 +121,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/lint.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==4.5.0 +pytest-codspeed==5.0.1 # via -r requirements/lint.in pytest-mock==3.15.1 # via -r requirements/lint.in diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 5cda49660d9..ee8b0d93214 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -23,9 +23,7 @@ backports-asyncio-runner==1.2.0 blockbuster==1.5.26 # via -r requirements/test-common.in cffi==2.0.0 - # via - # cryptography - # pytest-codspeed + # via cryptography click==8.3.3 # via wait-for-it coverage==7.14.0 @@ -107,7 +105,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/test-common.in pytest-asyncio==1.3.0 # via pytest-aiohttp -pytest-codspeed==4.5.0 +pytest-codspeed==5.0.1 # via -r requirements/test-common.in pytest-cov==7.1.0 # via -r requirements/test-common.in diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 16548e8b74f..cb301668dc4 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -38,7 +38,6 @@ cffi==2.0.0 # via # cryptography # pycares - # pytest-codspeed click==8.3.3 # via wait-for-it coverage==7.14.0 @@ -129,7 +128,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==4.5.0 +pytest-codspeed==5.0.1 # via -r requirements/test-common.in pytest-cov==7.1.0 # via -r requirements/test-common.in diff --git a/requirements/test.txt b/requirements/test.txt index 58a64b1b950..3b59afa8db4 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -38,7 +38,6 @@ cffi==2.0.0 # via # cryptography # pycares - # pytest-codspeed click==8.3.3 # via wait-for-it coverage==7.14.0 @@ -129,7 +128,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==4.5.0 +pytest-codspeed==5.0.1 # via -r requirements/test-common.in pytest-cov==7.1.0 # via -r requirements/test-common.in From 2e03c138d775a083deddd00b91150e8fde08448a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 11:38:21 +0000 Subject: [PATCH 2/2] Bump python-discovery from 1.3.0 to 1.3.1 (#12527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.3.0 to 1.3.1.
Release notes

Sourced from python-discovery's releases.

v1.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/python-discovery/compare/1.3.0...1.3.1

Changelog

Sourced from python-discovery's changelog.

Bug fixes - 1.3.1

  • export normalize_isa and deprecate KNOWN_ARCHITECTURES - by :user:rahuldevikar. (:issue:59)
  • discover uv-managed Pythons on Windows. Previously the glob assumed Unix layout (<root>/<key>/bin/python) and silently found nothing on Windows, where uv places python.exe directly under the install root - by :user:gaborbernat. (:issue:65)
  • Canonicalize GraalVM to match GraalPy Python interpreter in PythonSpec and PythonInfo. - by :user:timfel. (:issue:73)

v1.3.0 (2026-05-05)


Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-discovery&package-manager=pip&previous-version=1.3.0&new-version=1.3.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) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index ab29e664a75..52b2de05f78 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -220,7 +220,7 @@ pytest-xdist==3.8.0 # via -r requirements/test-common.in python-dateutil==2.9.0.post0 # via freezegun -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv python-on-whales==0.81.0 # via diff --git a/requirements/dev.txt b/requirements/dev.txt index 9539123c778..0b8a30b6097 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -215,7 +215,7 @@ pytest-xdist==3.8.0 # via -r requirements/test-common.in python-dateutil==2.9.0.post0 # via freezegun -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv python-on-whales==0.81.0 # via diff --git a/requirements/lint.txt b/requirements/lint.txt index fed9f3d8688..680c2e9100f 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -127,7 +127,7 @@ pytest-mock==3.15.1 # via -r requirements/lint.in python-dateutil==2.9.0.post0 # via freezegun -python-discovery==1.3.0 +python-discovery==1.3.1 # via virtualenv python-on-whales==0.81.0 # via -r requirements/lint.in