From 96aa22ff7a2dd633097b2feec90bb679f4497560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 12:43:11 +0000 Subject: [PATCH] :arrow_up: Update pytest requirement from ~=8.3.3 to ~=8.3.4 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.3.4) --- updated-dependencies: - dependency-name: pytest 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 5abda055..6fd48434 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -2,6 +2,6 @@ anyio~=4.6.0 autoflake~=2.3.1 black~=24.10.0 isort~=5.13.2 -pytest~=8.3.3 +pytest~=8.3.4 pytest-mock~=3.14.0 ruff~=0.8.0