From db9187f120ad8615dd1ea7d085711b05df3767c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:09:07 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.0. - [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.5...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index e71b198af25..5964fa82588 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -2,5 +2,5 @@ aioredis==2.0.1 mypy==0.931; implementation_name=="cpython" pre-commit==2.17.0 -pytest==6.2.5 +pytest==7.2.0 slotscheck==0.8.0 diff --git a/requirements/test.txt b/requirements/test.txt index 8c2dc20da71..c9e31895601 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ freezegun==1.1.0 mypy==0.931; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" proxy.py ~= 2.4.0rc6 -pytest==6.2.5 +pytest==7.2.0 pytest-cov==3.0.0 pytest-mock==3.6.1 python-on-whales==0.36.1