From 05df3d05a48aabd8000019965cfcceb7e5716c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Sep 2021 10:26:48 +0100 Subject: [PATCH] Bump trio-typing from 0.5.0 to 0.5.1 (#1836) Bumps [trio-typing](https://github.com/python-trio/trio-typing) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/python-trio/trio-typing/releases) - [Commits](https://github.com/python-trio/trio-typing/commits) --- updated-dependencies: - dependency-name: trio-typing dependency-type: direct:production update-type: version-update:semver-patch ... 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 9e9b594b..1480d1d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,6 +28,6 @@ pytest==6.2.4 pytest-asyncio==0.15.1 pytest-trio==0.7.0 trio==0.19.0 -trio-typing==0.5.0 +trio-typing==0.5.1 trustme==0.8.0 uvicorn==0.14.0