From aea3a6b35ad433787889374a4ef9da8d8c31e86e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:09:31 -0500 Subject: [PATCH] Bump trio-typing from 0.8.0 to 0.9.0 (#838) Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.8.0 to 0.9.0. - [Commits](https://github.com/python-trio/trio-typing/compare/v0.8.0...v0.9.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 62f8a796..4db18c0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ black==23.10.1 coverage[toml]==7.3.0 ruff==0.0.291 mypy==1.5.1 -trio-typing==0.8.0 +trio-typing==0.9.0 types-certifi==2021.10.8.3 pytest==7.4.3 pytest-httpbin==2.0.0