From 9d41241de42e871f1d1412cbb97a1333a2c1a650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 15:56:18 +0000 Subject: [PATCH] Bump pytest from 8.3.5 to 8.4.1 in /DevUtils Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.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/8.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 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..9ce983e 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.1