From 55bf8c4e0f43092fa0758422ec895a4cdb6432f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 05:07:59 +0000 Subject: [PATCH] Update munch requirement from <3,>=2.5.0 to >=2.5.0,<5 Updates the requirements on [munch](https://github.com/Infinidat/munch) to permit the latest version. - [Release notes](https://github.com/Infinidat/munch/releases) - [Changelog](https://github.com/Infinidat/munch/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Infinidat/munch/compare/2.5.0...4.0.0) --- updated-dependencies: - dependency-name: munch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1713497..cec2919 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ 'cornice>=5.0.3,<7', 'simplejson>=3.17.2,<4', 'Jinja2<4', - 'munch>=2.5.0,<3', + 'munch>=2.5.0,<5', 'appdirs>=1.4.3,<2', 'json-store>=3.1,<4', 'python-dateutil>=2.8.0,<3',