From 84490c267828151108c5ef5a5355130f5b65a50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 04:47:14 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4.0 to ~=8.0.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/7.4.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 231ea8ce806e..314cb402acf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ PyQt5~=5.15.7 PyQt5-Qt5~=5.15.2 PyQt5-sip~=12.13.0 pyrsistent==0.20.0 -pytest~=7.4.0 +pytest~=8.0.0 pytest-asyncio==0.23.4 pytest-cov~=4.1.0 pytest-forked~=1.6.0