From 9647c3f9587b9a1c1277c995f038569f76a6fa9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 00:54:00 +0000 Subject: [PATCH] Bump pytest-codspeed from 4.0.0 to 4.1.0 Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.0.0 to 4.1.0. - [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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/pytest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytest.txt b/requirements/pytest.txt index 39850f547..555a2af82 100644 --- a/requirements/pytest.txt +++ b/requirements/pytest.txt @@ -1,6 +1,6 @@ cffi<2.0.0;python_version<"3.14" objgraph==3.6.2 pytest==8.4.2 -pytest-codspeed==4.0.0 +pytest-codspeed==4.1.0 pytest-cov==6.1.0 psutil==7.1.0