From 9d5d285fb415406813113e337a1fd9229591d692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:49:30 +0000 Subject: [PATCH] Bump pytest-codspeed from 3.1.0 to 3.1.1 (#86) Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 3.1.0 to 3.1.1. - [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.0...v3.1.1) --- 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 abf4216..7acc594 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.0 +pytest-codspeed==3.1.1 pytest-cov>=2.3.1 pytest-xdist