From 8c939f580d8fed4f7682919a703407c56a2f6b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:23:03 +0000 Subject: [PATCH] Bump asyncio-dgram from 2.1.2 to 2.2.0 (#294) Bumps [asyncio-dgram](https://github.com/jsbronder/asyncio-dgram) from 2.1.2 to 2.2.0. - [Changelog](https://github.com/jsbronder/asyncio-dgram/blob/master/ChangeLog) - [Commits](https://github.com/jsbronder/asyncio-dgram/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: asyncio-dgram dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a79a92e7..d0572867 100644 --- a/poetry.lock +++ b/poetry.lock @@ -35,15 +35,18 @@ trio = ["trio (>=0.23)"] [[package]] name = "asyncio-dgram" -version = "2.1.2" +version = "2.2.0" description = "Higher level Datagram support for Asyncio" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "asyncio-dgram-2.1.2.tar.gz", hash = "sha256:bc28a90bc0523009fb0da16ca983c1400ff403a315754d86e037910563697f91"}, - {file = "asyncio_dgram-2.1.2-py3-none-any.whl", hash = "sha256:9ef55fc760f93c8212709329a1e28a1cf1c1f0fc8222f1be0227c2b7606a10a2"}, + {file = "asyncio-dgram-2.2.0.tar.gz", hash = "sha256:73362b491786153d8b888936c5780548b40b4e6f5e0d62bfef956cb7b6ed9684"}, + {file = "asyncio_dgram-2.2.0-py3-none-any.whl", hash = "sha256:7afe5a587d1d57908c7a02fe84c785f075d3fb59b555039a6ff8aead28622743"}, ] +[package.dependencies] +setuptools = "*" + [package.extras] test = ["black (>=20.8b1)", "flake8 (>=3.8.3)", "mypy (>=0.812)", "mypy-extensions (>=0.4.3)", "pytest (>=5.4.3)", "pytest-asyncio (>=0.14.0)", "typed-ast (>=1.4.3)", "typing-extensions (>=3.10.0.0)"]