From 088ad797dc4c788ec6d575cc06f17fa6c8e00653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:57:20 +0000 Subject: [PATCH] :arrow_up: Bump trio from 0.25.1 to 0.28.0 Bumps [trio](https://github.com/python-trio/trio) from 0.25.1 to 0.28.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.25.1...v0.28.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 71db4f3..b712440 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0" sortedcontainers==2.4.0 ; python_version >= "3.9" and python_version < "4.0" trio-asyncio==0.15.0 ; python_version >= "3.9" and python_version < "4.0" trio-serial==0.4.0 ; python_version >= "3.9" and python_version < "4.0" -trio==0.25.1 ; python_version >= "3.9" and python_version < "4.0" +trio==0.28.0 ; python_version >= "3.9" and python_version < "4.0" tzdata==2024.1 ; python_version >= "3.9" and python_version < "4.0"