From d35fea88396e3d48dbf29c0e96c6993c75313f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:21:21 +0000 Subject: [PATCH] [pip prod] (deps): Update trio requirement from ~=0.31.0 to ~=0.32.0 Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version. - [Release notes](https://github.com/python-trio/trio/releases) - [Commits](https://github.com/python-trio/trio/compare/v0.31.0...v0.32.0) --- updated-dependencies: - dependency-name: trio dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bb8de2..176cc44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] keywords = ["localization", "translation", "utility"] dependencies = [ - "trio~=0.31.0", + "trio~=0.32.0", "httpx[http2]~=0.28.1", "mechanicalsoup~=1.4.0", ]