From 2e638671f81e734a458c8dcc700c12d8fe219e3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:12:44 +0000 Subject: [PATCH] chore(deps): update dependency anyio to v4 --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6fc41f5e66c..8493214c9ea 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,7 +6,7 @@ # amqp==5.1.1 # via kombu -anyio==3.7.1 +anyio==4.0.0 # via httpcore appnope==0.1.3 # via ipython diff --git a/requirements.txt b/requirements.txt index bfef1bb5ea2..d38b5ca176d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # amqp==5.1.1 # via kombu -anyio==3.7.1 +anyio==4.0.0 # via httpcore asgiref==3.7.2 # via django