From d374709dcf07121edc899598a35ed6fa815d7fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:45:08 +0000 Subject: [PATCH] Bump aiocoap from 0.4.9 to 0.4.10 Bumps [aiocoap](https://github.com/chrysn/aiocoap) from 0.4.9 to 0.4.10. - [Changelog](https://github.com/chrysn/aiocoap/blob/master/NEWS.rst) - [Commits](https://github.com/chrysn/aiocoap/compare/0.4.9...0.4.10) --- updated-dependencies: - dependency-name: aiocoap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a27c3c39..4a31d014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -aiocoap==0.4.9 +aiocoap==0.4.10 DTLSSocket==0.1.19 pydantic==1.10.17