From ea8645e19b6e020854c0bfac584dbd48a2da04dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:07:36 +0100 Subject: Update pytest requirement from ~=6.2 to ~=7.0 (#5778) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update pytest requirement from ~=6.2 to ~=7.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/6.2.0...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 4b71e937a..c2c82c554 100644 --- a/requirements_test_min.txt +++ b/requirements_test_min.txt @@ -1,6 +1,6 @@ -e . # astroid dependency is also defined in setup.cfg astroid==2.9.3 # Pinned to a specific version for tests -pytest~=6.2 +pytest~=7.0 pytest-benchmark~=3.4 gitpython>3 -- cgit v1.2.1