From de9d76423d009890be7b81c0b955e79998d1847a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:10:13 +0000 Subject: [PATCH] Update construct requirement from ~=2.9.43 to ~=2.10.69 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.69) --- 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..e7129ffc 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.69 flake8 paho_mqtt>=1.5.0