From de974e4417e849ba49ac39e4469aaea1d0fb8215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:13:37 +0000 Subject: [PATCH] Bump pytest from 7.2.0 to 7.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.2.2. - [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.2.0...7.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... 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 6f01536..4980f8a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -30,7 +30,7 @@ pytest-codecov==0.5.1; python_version >= "3.5" pytest-cov==4.0.0; python_version >= "3.6" pytest-timeout==2.1.0; python_version >= "3.6" pytest-xdist==3.1.0; python_version >= "3.7" -pytest==7.2.0; python_version >= "3.7" +pytest==7.2.2; python_version >= "3.7" pyyaml==6.0; python_version >= "3.7" requests==2.28.1; python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0") tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" and python_full_version <= "3.11.0a6" and (python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7")