From f24819c2309264bfd90988992620c1c4cac59df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 09:00:08 +0000 Subject: [PATCH] pip(deps): update pytest requirement from ~=7.0 to ~=7.4 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.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/DEV_REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/DEV_REQUIREMENTS.txt b/requirements/DEV_REQUIREMENTS.txt index ff176e24..c9c79701 100644 --- a/requirements/DEV_REQUIREMENTS.txt +++ b/requirements/DEV_REQUIREMENTS.txt @@ -8,6 +8,6 @@ pre-commit~=2.20 ; python_version >= '3.7' pre-commit~=2.17 ; python_version == '3.6' pydoc-markdown~=4.3, < 4.6.* ; python_version >= '3.7' pydoc-markdown~=3.13 ; python_version == '3.6' -pytest~=7.0 +pytest~=7.4 pytest-cov~=3.0 pylint~=2.11