From 0fc162ba330d002dac50a278a2e2532c40dfe9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:33:18 +0000 Subject: [PATCH] Bump pytest-codspeed from 3.1.1 to 3.1.2 (#87) Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.1.1 to 3.1.2. - [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.1.1...v3.1.2) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 7acc594..82b8b71 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,6 +1,6 @@ -r cython.txt covdefaults pytest==8.3.4 -pytest-codspeed==3.1.1 +pytest-codspeed==3.1.2 pytest-cov>=2.3.1 pytest-xdist