From 4a925011392a66b93cd30a698a2cb717aa1fc48e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:59:17 +0000 Subject: [PATCH] Bump aiodns from 3.0.0 to 3.1.1 Bumps [aiodns](https://github.com/saghul/aiodns) from 3.0.0 to 3.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: aiodns dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a82931c..1c9fa67 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "aiodns" -version = "3.0.0" +version = "3.1.1" description = "Simple DNS resolver for asyncio" optional = false python-versions = "*" files = [ - {file = "aiodns-3.0.0-py3-none-any.whl", hash = "sha256:2b19bc5f97e5c936638d28e665923c093d8af2bf3aa88d35c43417fa25d136a2"}, - {file = "aiodns-3.0.0.tar.gz", hash = "sha256:946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6"}, + {file = "aiodns-3.1.1-py3-none-any.whl", hash = "sha256:a387b63da4ced6aad35b1dda2d09620ad608a1c7c0fb71efa07ebb4cd511928d"}, + {file = "aiodns-3.1.1.tar.gz", hash = "sha256:1073eac48185f7a4150cad7f96a5192d6911f12b4fb894de80a088508c9b3a99"}, ] [package.dependencies] @@ -1752,4 +1752,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "1e18ebb3df9da206bfafa97fa96decdbb5a32b55f78f1febfb322ccb7cac51af" +content-hash = "dc2783b3a45f028b25480159f1d6efea37eab8d97b0ff11a862f2cdeea980b8b" diff --git a/pyproject.toml b/pyproject.toml index f37a363..5d55156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Pillow = "^10.0.1" asyncpg = "^0.28.0" Levenshtein = "^0.22.0" uvloop = {version = "==0.17.0", platform="linux"} -aiodns = "~=3.0" +aiodns = "~=3.1" Brotli = "~=1.0" ciso8601 = "~=2.3" kosu = {git = "https://github.com/hypergonial/kosu.git", branch="main"}