From e01a29848020ddf1fe3d02385632c64f215c27b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:11:05 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.4...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 8ad9777..622d323 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,7 +1,7 @@ numpy==1.26.4 torch>=2.0.0 matplotlib==3.8.2 -pytest==7.4.4 +pytest==8.2.2 pytest-cov==4.1.0 PyYAML==6.0.1 geodesic-interpolate @ git+https://github.com/virtualzx-nad/geodesic-interpolate.git