From 6a461953d0cc3164bf21db2573e017a108dde4c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:34:14 +0000 Subject: [PATCH] Update construct requirement from ~=2.9.43 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.9.43...v2.10.70) --- updated-dependencies: - dependency-name: construct dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a02efda..bbdbbde2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ argparse>=1.4.0 chump>=1.6.0 -construct~=2.9.43 +construct~=2.10.70 flake8 paho_mqtt>=1.5.0