From 1560422cecbdc30234dce1352db6f16cf1e461df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:20:13 +0000 Subject: [PATCH] Bump pycares from 4.11.0 to 5.0.0 Bumps [pycares](https://github.com/saghul/pycares) from 4.11.0 to 5.0.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/v4.11.0...v5.0.0) --- updated-dependencies: - dependency-name: pycares dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a510bce8..e41f1e43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ propcache==0.4.1 # via # aiohttp # yarl -pycares==4.11.0 ; sys_platform != 'win32' +pycares==5.0.0 ; sys_platform != 'win32' # via aiodns pycparser==2.23 ; implementation_name != 'PyPy' and sys_platform != 'win32' # via cffi