From e7a4e7530f141034b31f147d45b80054258a2326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 10:56:05 +0000 Subject: [PATCH] Bump pytest-codspeed from 5.0.1 to 5.0.2 (#12542) 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 5.0.1 to 5.0.2.
Release notes

Sourced from pytest-codspeed's releases.

v5.0.2

What's Changed

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

Changelog

Sourced from pytest-codspeed's changelog.

[5.0.2] - 2026-05-14

🚀 Features

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=5.0.1&new-version=5.0.2)](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 beabe4d7955..1944b81cec3 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -206,7 +206,7 @@ pytest-aiohttp==1.1.0 # -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==5.0.1 +pytest-codspeed==5.0.2 # via # -r requirements/lint.in # -r requirements/test-common.in diff --git a/requirements/dev.txt b/requirements/dev.txt index d34821023c2..8b29140d268 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -201,7 +201,7 @@ pytest-aiohttp==1.1.0 # -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==5.0.1 +pytest-codspeed==5.0.2 # via # -r requirements/lint.in # -r requirements/test-common.in diff --git a/requirements/lint.txt b/requirements/lint.txt index 74957a2b659..c8984ee6211 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -121,7 +121,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/lint.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==5.0.1 +pytest-codspeed==5.0.2 # 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 9f7c156906e..90157a4e814 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -105,7 +105,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/test-common.in pytest-asyncio==1.3.0 # via pytest-aiohttp -pytest-codspeed==5.0.1 +pytest-codspeed==5.0.2 # 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 ab23e38d9f7..07fc4bc3054 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -128,7 +128,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==5.0.1 +pytest-codspeed==5.0.2 # 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 0282fb3804c..909ba6fb5b6 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -128,7 +128,7 @@ pytest-aiohttp==1.1.0 # via -r requirements/test-common.in pytest-asyncio==1.4.0a2 # via pytest-aiohttp -pytest-codspeed==5.0.1 +pytest-codspeed==5.0.2 # via -r requirements/test-common.in pytest-cov==7.1.0 # via -r requirements/test-common.in