Skip to content

Commit c9e518a

Browse files
dependabot[bot]amotl
authored andcommitted
Update munch requirement from <3,>=2.5.0 to >=2.5.0,<4
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](Infinidat/munch@2.5.0...3.0.0) --- updated-dependencies: - dependency-name: munch dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 596fefd commit c9e518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"six",
1414
'dataclasses; python_version<"3.7"',
1515
"docopt>=0.6.2,<0.7",
16-
"munch>=2.5.0,<3",
16+
"munch>=2.5.0,<4",
1717
"tqdm>=4.60.0,<5",
1818
# Filtering
1919
f"pandas<1.6; {no_linux_on_arm}",

0 commit comments

Comments
 (0)