From 84143d83c616929feade90ede0c5e3dab70a8973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 07:51:10 +0000 Subject: [PATCH] Update pytest requirement from <8.0.0,>=5.3.5 to >=8.2.2,<9.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/5.3.5...8.2.2) --- 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 3837c0527..e48a1717f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ mypy>=1.0, <2.0 types-requests>=2.25, <3.0 types-toml>=0.10, <1.0 # testing -pytest>=5.3.5, <8.0.0 +pytest>=8.2.2, <9.0.0 pytest-cov>=2.6.1, <5.0.0 pytest-xdist>=1.28.0, <4.0.0 # for distributed testing, currently unused (see setup.cfg) pytest_cases>=3.6.8, <4.0.0