From c9c6551062a69973900e3f1acbda72d5d95a026f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:03:30 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.1. - [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.1) --- 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..34451952e9e 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.1 slotscheck==0.8.0 diff --git a/requirements/test.txt b/requirements/test.txt index 8c2dc20da71..14d47f66c2f 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.1 pytest-cov==3.0.0 pytest-mock==3.6.1 python-on-whales==0.36.1