From 43706e71eb9d92745b649b86c0262ebf201cbb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 17:18:36 +0000 Subject: [PATCH] Bump trio-typing from 0.7.0 to 0.8.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 787a733f76..91c3610f8e 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==0.9.0 uvicorn==0.22.0