From 803e7afa24ccc7a122f68a445e9f3c7e209317a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:23:15 +0000 Subject: [PATCH] Update aiodns requirement from ~=2.0.0 to ~=3.2.0 in /server 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...v3.2.0) --- updated-dependencies: - dependency-name: aiodns dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 36c2263..ff95323 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ pyyaml~=5.1.1 -aiodns~=2.0.0 +aiodns~=3.2.0 aiohttp~=3.5.0 aiohttp-jinja2~=1.1.2 aiosqlite~=0.10.0