From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:27:02 +0000 (+0200) Subject: Bump pytest-asyncio from 0.18.3 to 0.19.0 (#2327) X-Git-Tag: 0.23.1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a16028654d80dee8e0a23d74181a59ec2212f02;p=thirdparty%2Fhttpx.git Bump pytest-asyncio from 0.18.3 to 0.19.0 (#2327) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.3...v0.19.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor ... 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 1d627cb9..518bb442 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ isort==5.10.1 mypy==0.971 types-certifi==2021.10.8.2 pytest==7.1.2 -pytest-asyncio==0.18.3 +pytest-asyncio==0.19.0 pytest-trio==0.7.0 trio==0.20.0 trio-typing==0.7.0