From 3a1df5ca2457527dd17fcf688cc89017bdd91f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:39:10 +0000 Subject: [PATCH] fix(deps): update dependency trio to ^0.33.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49c376b..3248c95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ isort = "^5.12.0" quilt3 = "^5.1.0" quiltcore = "^0.3.5" # quiltcore = {git = "https://github.com/quiltdata/quiltcore.git", rev = "fix-types"} -trio = "^0.22.2" +trio = "^0.33.0" typing-extensions = "^4.7.1" tzlocal = "^5.0.1" un-yaml = ">=0.3.1"