From 38f8ec9b03bd8aa59f80e5b30c774a1940e3cc60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 17:20:01 +0000 Subject: [PATCH] chore(deps): bump trio from 0.19.0 to 0.25.0 Bumps [trio](https://github.com/python-trio/trio) from 0.19.0 to 0.25.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.19.0...v0.25.0) --- updated-dependencies: - dependency-name: trio 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 cc8f7b95..d12b73d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -90,7 +90,7 @@ toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, tomli==2.0.1; python_version >= '3.7' tornado==6.4; python_version >= '3.5' traitlets==5.14.3; python_version >= '3.7' -trio==0.19.0; python_version >= '3.7' +trio==0.25.0; python_version >= '3.7' trio-websocket==0.11.1; python_version >= '3.7' typer==0.12.3; python_version >= '3.7' typing-extensions==4.11.0; python_version >= '3.8'