From 1b6e59cf0b31f0b7337e9150b26cdadf312d1a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 14:34:40 +0000 Subject: [PATCH] Update construct requirement from ~=2.9.43 to ~=2.10.68 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.68) --- 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 8546fcc2..a959f609 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.68 flake8 paho_mqtt>=1.5.0