From 1b27a8c314551e2ff811585757dd52f21ef0a48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:19:31 +0000 Subject: [PATCH] pip: bump pytest from 8.3.5 to 8.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 6a1c8ec..d674e4a 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -1,4 +1,4 @@ edk2-pytool-library==0.23.2 edk2-pytool-extensions==0.29.2 ruff==0.11.11 -pytest==8.3.5 \ No newline at end of file +pytest==8.4.0 \ No newline at end of file