From 5de74ff8a0b5f021060f214814dd7af8983d4999 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 05:03:25 +0000 Subject: [PATCH] fix(deps): update dependency trio to ^0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49c376b..46592a8 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.25.0" typing-extensions = "^4.7.1" tzlocal = "^5.0.1" un-yaml = ">=0.3.1"