From 7e1123d10bacbee3623573dfaacb76a6aac43f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 04:02:11 +0000 Subject: [PATCH] chore(deps-dev): bump trio from 0.30.0 to 0.31.0 Bumps [trio](https://github.com/python-trio/trio) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.31.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 163ea8c8..ca2d91cf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -108,7 +108,7 @@ tomli==2.2.1 ; python_version < '3.11' tomlkit==0.13.3 ; python_version >= '3.7' -trio==0.30.0 +trio==0.31.0 types-python-dateutil==2.9.0.20250822