From 5bf3f53831a0e98bde95266fbea4170294182d35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:47:38 +0000 Subject: [PATCH] Bump pycares from 3.1.1 to 4.2.0 in /AIOHTTP Bumps [pycares](https://github.com/saghul/pycares) from 3.1.1 to 4.2.0. - [Release notes](https://github.com/saghul/pycares/releases) - [Changelog](https://github.com/saghul/pycares/blob/master/ChangeLog) - [Commits](https://github.com/saghul/pycares/compare/pycares-3.1.1...pycares-4.2.0) --- updated-dependencies: - dependency-name: pycares dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AIOHTTP/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AIOHTTP/requirements.txt b/AIOHTTP/requirements.txt index c0f0837..c16f526 100644 --- a/AIOHTTP/requirements.txt +++ b/AIOHTTP/requirements.txt @@ -8,6 +8,6 @@ cffi==1.14.0 chardet==3.0.4 idna==2.9 multidict==4.7.6 -pycares==3.1.1 +pycares==4.2.0 pycparser==2.20 yarl==1.4.2