From 9c57e2ba6c5376396d96d24933c45c60d8e1c22d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 22:48:13 +0000 Subject: [PATCH] Bump pycares from 3.1.1 to 4.2.0 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 16fc6ec..7a9283a --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "idna==3.1; python_version >= '3.4'", "multidict==5.1.0; python_version >= '3.6'", "prometheus-client==0.9.0", - "pycares==3.1.1", + "pycares==4.2.0", "pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "pydantic==1.8.1; python_full_version >= '3.6.1'", "python-dateutil==2.8.1",