From c20bacbf765ae3f819dd1865a7b094e8bb4ad3ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:01:00 -0500 Subject: [PATCH] Bump trio from 0.22.0 to 0.22.2 (#2807) Bumps [trio](https://github.com/python-trio/trio) from 0.22.0 to 0.22.2. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.22.0...v0.22.2) --- updated-dependencies: - dependency-name: trio 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 b5815959..5b0243ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ mypy==1.4.1 types-certifi==2021.10.8.2 pytest==7.4.0 ruff==0.0.275 -trio==0.22.0 +trio==0.22.2 trio-typing==0.8.0 trustme==1.1.0 uvicorn==0.22.0 -- 2.47.3