From f6232905bc8795331daee5521291f057f6f7ef83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:56:56 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 8.4.0 in /DevUtils Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [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/8.3.5...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- DevUtils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevUtils/requirements.txt b/DevUtils/requirements.txt index 29187a2..67da39a 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -2,4 +2,4 @@ gmpy2==2.2.1 loguru==0.7.3 numba==0.61.0 numpy==2.0.2 -pytest==8.3.5 +pytest==8.4.0