From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 10:09:05 +0000 (+0000) Subject: Bump pytest from 6.2.5 to 7.0.1 (#2103) X-Git-Tag: 0.23.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67651f8d051ecd9174301f8b443e75916ee560c5;p=thirdparty%2Fhttpx.git Bump pytest from 6.2.5 to 7.0.1 (#2103) Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.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.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/requirements.txt b/requirements.txt index 9d1a8864..22b6a8ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ flake8-pie==0.15.0; python_version>='3.7' isort==5.10.1 mypy==0.910 types-certifi==2021.10.8.0 -pytest==6.2.5 +pytest==7.0.1 pytest-asyncio==0.16.0 pytest-trio==0.7.0 trio==0.19.0