From 11d77a6f1adc3c7aefb06b0d5e6936416fcea4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:05:32 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement in /requirements 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.0.1...8.1.1) --- 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 35aada2903..0a629c0beb 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -24,7 +24,7 @@ types-requests==2.31.0.6 types-urllib3==1.26.25.14 # Test requirements -pytest~=8.0.1 +pytest~=8.1.1 parameterized==0.9.0 pytest-xdist==3.5.0 pytest-forked==1.6.0