From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 18:15:35 +0000 (-0600) Subject: Bump trio-typing from 0.7.0 to 0.8.0 (#2688) X-Git-Tag: 0.24.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746eaef3b4511c5117a362d1265f78ee028656bb;p=thirdparty%2Fhttpx.git Bump trio-typing from 0.7.0 to 0.8.0 (#2688) Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/python-trio/trio-typing/releases) - [Commits](https://github.com/python-trio/trio-typing/compare/v0.7.0...v0.8.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> --- diff --git a/requirements.txt b/requirements.txt index 8d59303f..b2ac3189 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ types-certifi==2021.10.8.2 pytest==7.2.2 ruff==0.0.260 trio==0.22.0 -trio-typing==0.7.0 +trio-typing==0.8.0 trustme==1.0.0 uvicorn==0.22.0