From 7e84d6904885d350bb1c619af2cb2be69e04743a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 12:45:59 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement from ~=8.3.3 to ~=8.4.0 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.3...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 3f8457b68..5aca89ce8 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,6 +2,6 @@ anyio~=4.9.0 autoflake~=2.3.1 black~=25.1.0 isort~=6.0.0 -pytest~=8.3.3 +pytest~=8.4.0 pytest-mock~=3.14.0 ruff~=0.11.0