From 336c385e1f3e867c9431147397eb1862958228c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:18:37 +0000 Subject: [PATCH] Update pytest-codspeed requirement from <5.0,>=3.0 to >=3.0,<6.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/v3.0.0...v5.0.1) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 5.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a40c7c..ec8a8d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "mypy>=1.15,<2.0", "pytest>=9.0.3,<10", "pytest-cov>=6.0,<8.0", - "pytest-codspeed>=3.0,<5.0", + "pytest-codspeed>=3.0,<6.0", "ipdb>=0.13.9,<0.14.0", "black>=24.0,<28.0", "isort>=5.0,<9.0",