From c0f36538194275e45224f3124f7a3515f0e8b4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 08:59:26 +0000 Subject: [PATCH] pip(deps): update pytest requirement from ~=7.0 to ~=7.3 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.3.1) --- 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..8c6ca0f9 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.3 pytest-cov~=3.0 pylint~=2.11