From 746eaef3b4511c5117a362d1265f78ee028656bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 12:15:35 -0600 Subject: [PATCH] Bump trio-typing from 0.7.0 to 0.8.0 (#2688) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d59303f41..b2ac31891f 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==1.0.0 uvicorn==0.22.0