From 2389324354bdd7f384c4343f9de27bd717ef2ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:41:20 +0000 Subject: [PATCH] Bump pytest from 8.3.2 to 8.3.3 in /DevUtils Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3. - [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.2...8.3.3) --- 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 867fc25..59cdacf 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.2 +pytest==8.3.3