From 78c6c6c28f399289378425185ad021782e8f84a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:00:58 +0000 Subject: [PATCH] Bump pycares from 4.2.1 to 4.3.0 Bumps [pycares](https://github.com/saghul/pycares) from 4.2.1 to 4.3.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-4.2.1...pycares-4.3.0) --- updated-dependencies: - dependency-name: pycares dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5aae812..2a63aee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ multidict==6.0.2 # via # aiohttp # yarl -pycares==4.2.1 +pycares==4.3.0 # via aiodns pycparser==2.21 # via cffi