From 7c6121b26a219f1979dd98f19bbe93e6d073971e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:12:45 +0000 Subject: [PATCH] Update construct requirement from >=2.10.0 to >=2.10.70 Updates the requirements on [construct](https://github.com/construct/construct) to permit the latest version. - [Release notes](https://github.com/construct/construct/releases) - [Commits](https://github.com/construct/construct/compare/v2.10.53...v2.10.70) --- updated-dependencies: - dependency-name: construct dependency-version: 2.10.70 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd296f6..f9dcc764 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "dionaea" dependencies = [ - "construct>=2.10.0", + "construct>=2.10.70", ] [tool.tox]