From 103452fc278aef151f92822af1eec710bcb15821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:53:59 +0000 Subject: [PATCH] Bump pytest from 7.4.4 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.1. - [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.1) --- 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..5e77827 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.1 pytest-cov==4.1.0 PyYAML==6.0.1 geodesic-interpolate @ git+https://github.com/virtualzx-nad/geodesic-interpolate.git