From 69e66accb708a8dab1c1965d851a9b17089c765c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:36:34 +0000 Subject: [PATCH] build(deps): Bump dnspython[idna] from 2.4.2 to 2.5.0 Bumps [dnspython[idna]](https://github.com/rthalley/dnspython) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: dnspython[idna] 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 b049fa161d..3c0afe9e94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ aiohttp[speedups]==3.9.1 aiohttp-socks==0.8.4 aiohttp-retry==2.8.3 python-socks[asyncio]==2.4.4 -dnspython[idna]==2.4.2 +dnspython[idna]==2.5.0 # utils colorlog==6.8.0