Skip to content

Commit

Permalink
Update munch requirement from <4,>=2.5.0 to >=2.5.0,<5
Browse files Browse the repository at this point in the history
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...4.0.0)

---
updated-dependencies:
- dependency-name: munch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jul 30, 2023
1 parent 1141b83 commit 6d42ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"six",
'dataclasses; python_version<"3.7"',
"docopt>=0.6.2,<0.7",
"munch>=2.5.0,<4",
"munch>=2.5.0,<5",
"tqdm>=4.60.0,<5",
# Filtering
f"pandas<1.6; {no_linux_on_arm}",
Expand Down

0 comments on commit 6d42ed0

Please sign in to comment.