From 6d1c5650628828d7a60b1c229f70ddf4b4fc665c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:52:33 +0000 Subject: [PATCH] Update pytest requirement from <=8.3.3 to <=8.3.4 in /backend 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/1.0.0b3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Pipfile b/backend/Pipfile index ee401bbee..c1db2109f 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -37,7 +37,7 @@ aioresponses = ">=0.7.4" mypy = ">=1.3.1" pluggy = "<=1.5.0" pylint = "==3.3.1" -pytest = "<=8.3.3" +pytest = "<=8.3.4" pytest-asyncio = "<=0.21.2" pytest-cov = ">=4.0.0" pytest-xdist = ">=3.2.1"