From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 11:59:29 +0000 (+0100) Subject: Bump trio from 0.19.0 to 0.20.0 (#2197) X-Git-Tag: 0.23.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba190b5b949372037d4e60d7ee8c7c6ea48359d;p=thirdparty%2Fhttpx.git Bump trio from 0.19.0 to 0.20.0 (#2197) Bumps [trio](https://github.com/python-trio/trio) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: trio 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> Co-authored-by: Tom Christie --- diff --git a/requirements.txt b/requirements.txt index cc7b2848..f2d5379d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ types-certifi==2021.10.8.0 pytest==7.0.1 pytest-asyncio==0.16.0 pytest-trio==0.7.0 -trio==0.19.0 +trio==0.20.0 trio-typing==0.5.1 trustme==0.9.0 uvicorn==0.17.6