From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 09:26:48 +0000 (+0100) Subject: Bump trio-typing from 0.5.0 to 0.5.1 (#1836) X-Git-Tag: 1.0.0.beta0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05df3d05a48aabd8000019965cfcceb7e5716c2d;p=thirdparty%2Fhttpx.git Bump trio-typing from 0.5.0 to 0.5.1 (#1836) Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/python-trio/trio-typing/releases) - [Commits](https://github.com/python-trio/trio-typing/commits) --- updated-dependencies: - dependency-name: trio-typing dependency-type: direct:production update-type: version-update:semver-patch ... 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 9e9b594b..1480d1d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,6 +28,6 @@ pytest==6.2.4 pytest-asyncio==0.15.1 pytest-trio==0.7.0 trio==0.19.0 -trio-typing==0.5.0 +trio-typing==0.5.1 trustme==0.8.0 uvicorn==0.14.0