From 4e9932e71f4643f0c458b817b41d1f0ed42b6cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 19:06:04 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.3.5 in /.github Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [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.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/pythonchecks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index c41ef64..3b5ac15 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -1,5 +1,5 @@ ## TESTING ONLY -pytest==8.3.4 +pytest==8.3.5 wheel==0.45.1 flake8==7.1.1 flake8-unused-arguments==0.0.13