From 5bea37c712d742a1c2524fb991da81762bc86e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:05:07 +0000 Subject: [PATCH] Bump pytest-codspeed from 3.0.0 to 3.1.0 Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.0.0 to 3.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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index bbd920c..abf4216 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ -r cython.txt covdefaults pytest==8.3.4 -pytest-codspeed==3.0.0 +pytest-codspeed==3.1.0 pytest-cov>=2.3.1 pytest-xdist