From da50f245bade6a5e5402e6e59a4cc75e4b8f7ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 10:50:11 +0000 Subject: [PATCH] Bump pytest-codspeed from 4.4.0 to 4.5.0 (#12437) 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.4.0 to 4.5.0.
Release notes

Sourced from pytest-codspeed's releases.

v4.5.0

What's Changed

This release adds first support for macOS walltime.

Please note that profiling and other instruments are not yet available on macOS and will come in a later update.

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

Changelog

Sourced from pytest-codspeed's changelog.

[4.5.0] - 2026-04-28

⚙️ Internals

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=4.4.0&new-version=4.5.0)](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 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 981765119ad..d225f55dcf3 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -183,7 +183,7 @@ pytest==9.0.3 # pytest-cov # pytest-mock # pytest-xdist -pytest-codspeed==4.4.0 +pytest-codspeed==4.5.0 # via # -r requirements/lint.in # -r requirements/test-common.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 251abc94af0..0def3605c54 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -178,7 +178,7 @@ pytest==9.0.3 # pytest-cov # pytest-mock # pytest-xdist -pytest-codspeed==4.4.0 +pytest-codspeed==4.5.0 # via # -r requirements/lint.in # -r requirements/test-common.in diff --git a/requirements/lint.txt b/requirements/lint.txt index 11c725a38a1..3d2dfec4c00 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -88,7 +88,7 @@ pytest==9.0.3 # -r requirements/lint.in # pytest-codspeed # pytest-mock -pytest-codspeed==4.4.0 +pytest-codspeed==4.5.0 # 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 6e29c3c9530..13462706550 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -73,7 +73,7 @@ pytest==9.0.3 # pytest-cov # pytest-mock # pytest-xdist -pytest-codspeed==4.4.0 +pytest-codspeed==4.5.0 # 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 c9d2d1433a5..0b5e77540c1 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -106,7 +106,7 @@ pytest==9.0.3 # pytest-cov # pytest-mock # pytest-xdist -pytest-codspeed==4.4.0 +pytest-codspeed==4.5.0 # 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 2a6c25928df..7bc521b6815 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -106,7 +106,7 @@ pytest==9.0.3 # pytest-cov # pytest-mock # pytest-xdist -pytest-codspeed==4.4.0 +pytest-codspeed==4.5.0 # via -r requirements/test-common.in pytest-cov==7.1.0 # via -r requirements/test-common.in