From 8dcc46fd938292195448968f78f70f9865f9aaea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:05:52 +0000 Subject: [PATCH] Bump pytest from 8.3.4 to 8.3.5 in /lib/modelscan_api 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/modelscan_api/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modelscan_api/requirements-dev.txt b/lib/modelscan_api/requirements-dev.txt index abefd712a..bf6f02e35 100644 --- a/lib/modelscan_api/requirements-dev.txt +++ b/lib/modelscan_api/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt black==25.1.0 pre_commit==4.1.0 -pytest==8.3.4 +pytest==8.3.5 pytest-github-actions-annotate-failures==0.3.0