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)"]