From c7e968090ab47c7eceede6243574f0b51c83c8fd Mon Sep 17 00:00:00 2001 From: Zemnmez's Renovate Bot Date: Sun, 13 Oct 2024 19:20:47 -0700 Subject: [PATCH] chore(deps): update dependency anyio to v4.6.2 ##### v4.6.2 - Fixed regression caused by ([#807](https://github.com/agronholm/anyio/pull/807)) that prevented the use of parametrized async fixtures ##### v4.6.1 This release contains all the changes from both v4.5.1 and v4.6.0, plus: - Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions ([#806](https://github.com/agronholm/anyio/pull/806)) (PR by [@graingert](https://github.com/graingert)) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 11b6fca06b..9503edbb38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # bazel run //:requirements.update # -anyio==4.6.0 \ +anyio==4.6.2 \ --hash=sha256:137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb \ --hash=sha256:c7d2e9d63e31599eeb636c8c5c03a7e108d73b345f064f1c19fdc87b79036a9a # via