From a9561fbe9579bf66c9258505ba79be53b5f96649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:35:50 +0000 Subject: [PATCH] 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/1.0.0b3...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 d8d584e37..8dde8c279 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ black<=24.10.0 flake8<=7.1.1 pyright==1.1.389 -pytest<=8.3.3 +pytest<=8.3.4 pytest-asyncio<0.25.0 pytest-cov<=6.0.0 freezegun<1.6.0