From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 12:06:44 +0000 (+0100) Subject: Bump trio-typing from 0.5.1 to 0.7.0 (#2195) X-Git-Tag: 0.23.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bdd6731ffef729294597195a3480c89e0e175d0;p=thirdparty%2Fhttpx.git Bump trio-typing from 0.5.1 to 0.7.0 (#2195) Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.5.1 to 0.7.0. - [Release notes](https://github.com/python-trio/trio-typing/releases) - [Commits](https://github.com/python-trio/trio-typing/compare/v0.5.1...v0.7.0) --- updated-dependencies: - dependency-name: trio-typing 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 9002cf96..4a5b70e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,6 +30,6 @@ pytest==7.1.2 pytest-asyncio==0.16.0 pytest-trio==0.7.0 trio==0.20.0 -trio-typing==0.5.1 +trio-typing==0.7.0 trustme==0.9.0 uvicorn==0.17.6