From 11ec7954f832b3150b6a745ce6b7fa1607948c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:02:04 +0000 Subject: [PATCH] Bump pycares from 4.2.1 to 4.2.2 Bumps [pycares](https://github.com/saghul/pycares) from 4.2.1 to 4.2.2. - [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.2.2) --- updated-dependencies: - dependency-name: pycares dependency-type: direct:production update-type: version-update:semver-patch ... 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..cd080ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ multidict==6.0.2 # via # aiohttp # yarl -pycares==4.2.1 +pycares==4.2.2 # via aiodns pycparser==2.21 # via cffi