From c55049474a15744ed6bdf4892c9b474f84411d17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 02:03:25 +0000 Subject: [PATCH] Update dependency multidict to v6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5854fc4..0f77bc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ colorama==0.4.6; python_version >= "3.5" and python_full_version < "3.0.0" and s frozenlist==1.3.0; python_version >= "3.7" idna==3.3; python_version >= "3.6" loguru==0.6.0; python_version >= "3.5" -multidict==5.2.0; python_version >= "3.6" +multidict==6.0.4; python_version >= "3.6" pycares==4.2.0 pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" pytest==6.2.5