From 15108d5c93372ccd19ca06a3d828912154e2b788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:08:35 +0000 Subject: [PATCH] Bump pytest from 8.3.1 to 8.3.2 in /DevUtils Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.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/8.3.1...8.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... 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 cfd7e16..867fc25 100644 --- a/DevUtils/requirements.txt +++ b/DevUtils/requirements.txt @@ -2,4 +2,4 @@ gmpy2==2.2.1 loguru==0.7.2 numba==0.60.0 numpy==2.0.1 -pytest==8.3.1 +pytest==8.3.2