From b8282fb809ac468ce7bc2fea335ab1c01c6f0fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:17:41 +0200 Subject: Update pytest requirement from ~=7.0 to ~=7.1 (#5913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0.0...7.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- requirements_test_min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements_test_min.txt') diff --git a/requirements_test_min.txt b/requirements_test_min.txt index 10e6ce2e0..38cea37b8 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -2,6 +2,6 @@ # astroid dependency is also defined in setup.cfg astroid==2.11.2 # Pinned to a specific version for tests typing-extensions~=4.1 -pytest~=7.0 +pytest~=7.1 pytest-benchmark~=3.4 pytest-timeout~=2.1 -- cgit v1.2.1