From 8bdd6731ffef729294597195a3480c89e0e175d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 May 2022 13:06:44 +0100 Subject: [PATCH] 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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