From 95f80c1d3fa8b3bf961c6a42771d74af787e661d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 06:18:22 +0700 Subject: [PATCH] Update aiodns requirement from ~=2.0.0 to ~=3.0.0 (#12) 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-2.0.0...aiodns-3.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 464fa08..cbea5d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ telethon~=1.21.1 cryptg~=0.2 python-dotenv~=0.17.1 aiohttp~=3.7.4 -aiodns~=2.0.0 +aiodns~=3.0.0 cchardet~=2.1.7 deethon~=0.5.1 uvloop~=0.15.2