From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 20:57:15 +0000 (-0500) Subject: Bump trio-typing from 0.8.0 to 0.9.0 (#2914) X-Git-Tag: 0.25.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05937f4130f1cf06f697a56672e75f0521e2c576;p=thirdparty%2Fhttpx.git Bump trio-typing from 0.8.0 to 0.9.0 (#2914) Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.8.0 to 0.9.0. - [Commits](https://github.com/python-trio/trio-typing/compare/v0.8.0...v0.9.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 e9303e5c..a4241efd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ types-certifi==2021.10.8.2 pytest==7.4.3 ruff==0.0.291 trio==0.22.2 -trio-typing==0.8.0 +trio-typing==0.9.0 trustme==1.1.0 uvicorn==0.22.0