From 9c0874c6d233a8f6d39015add3bd86a1bb7926b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 13:17:05 +0000 Subject: [PATCH] Bump trio-typing from 0.5.1 to 0.7.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bd5bae437..a94dd5fd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # Optionals trio==0.19.0 -trio-typing==0.5.1 +trio-typing==0.7.0 curio==1.4; python_version < '3.7' curio==1.5; python_version >= '3.7'