From 66e11707f0ae2d95c753da9c631cf30613a8e2a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 01:02:43 +0000 Subject: [PATCH] Update pytest-codspeed requirement from >=2.2 to >=4.5.0 Updates the requirements on [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) to permit the latest version. - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](https://github.com/CodSpeedHQ/pytest-codspeed/compare/v2.2.0...v4.5.0) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 4.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe637cfe..8434dfdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,14 +76,14 @@ test = [ "pytest>=8.3", "pytest-benchmark>=5", "pytest-cov>=5", - "pytest-codspeed>=2.2", + "pytest-codspeed>=4.5.0", "pytest-mock>=3.14", "pytest-xdist>=3.6", "time-machine>=2.15", ] benchmark = [ "pytest-benchmark>=5", - "pytest-codspeed>=2.2", + "pytest-codspeed>=4.5.0", ] type = [ "mypy>=1.13",