From f2b899e2fa3d8c3894f18c44f9773eb031350e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 10:02:19 +0000 Subject: [PATCH] Bump pytest from 7.1.2 to 7.1.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.1.3. - [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.1.2...7.1.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 4c4d1a8..3427266 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,12 +1,12 @@ aioresponses==0.7.3 -black==22.3.0 +black==22.8.0 flake8==4.0.1 isort==5.10.1 mypy==0.942 -pre-commit==2.19.0 +pre-commit==2.20.0 pylint==2.13.4 pylint_strict_informational==0.1 -pytest-asyncio==0.18.3 +pytest-asyncio==0.19.0 pytest-cov==3.0.0 pytest-error-for-skips==2.0.2 -pytest==7.1.2 \ No newline at end of file +pytest==7.1.3 \ No newline at end of file