From fe10fe55e77472786f2feaa0fbaf75eaae60c87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:04:32 +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 cbbc92d..cb52f61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # # Mandatory packages require-python-3 -construct~=2.9.43 +construct~=2.10.68 argparse>=1.4.0 python-slugify>=4.0.1 pytz>=2021.3