From 427e6b11b7b84d477a72bc373c0b5e853036f453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:45:54 +0000 Subject: [PATCH] :arrow_up: Bump trio from 0.25.1 to 0.29.0 Bumps [trio](https://github.com/python-trio/trio) from 0.25.1 to 0.29.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.25.1...v0.29.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 940b9d9..0e8192d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ six==1.16.0 ; python_version >= "3.9" and python_version < "4.0" 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-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.29.0 ; python_version >= "3.9" and python_version < "4.0" tzdata==2024.1 ; python_version >= "3.9" and python_version < "4.0"