From f7f392096fd72b7ddd589266c5f5a4c7d933138b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:26:56 +0000 Subject: [PATCH] [noissue]: Update aiodns requirement from <=3.1.1,>=3.0 to >=3.0,<=3.2.0 Updates the requirements on [aiodns](https://github.com/saghul/aiodns) to permit the latest version. - [Release notes](https://github.com/saghul/aiodns/releases) - [Changelog](https://github.com/saghul/aiodns/blob/master/ChangeLog) - [Commits](https://github.com/saghul/aiodns/compare/aiodns-3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: aiodns dependency-type: direct:production ... Signed-off-by: dependabot[bot] (cherry picked from commit 6b08805cea7d83a797bd13f273c2a9ece9f4a5ec) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b2e8ec455..1d1972692e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiodns>=3.0,<=3.1.1 +aiodns>=3.0,<=3.2.0 aiofiles>=22.1,<23.3.0 aiohttp>=3.8.1,<3.10.12 asyncio-throttle>=1.0,<=1.0.2