Skip to content

Commit

Permalink
Update more-itertools requirement from ~=9.0 to >=9,<11
Browse files Browse the repository at this point in the history
Updates the requirements on [more-itertools](https://github.com/more-itertools/more-itertools) to permit the latest version.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: more-itertools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent 638c01b commit 15b0bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"importlib_metadata>=3.6, <5.0; python_version < '3.8'", # The "selectable" entry points were introduced in `importlib_metadata` 3.6 and Python 3.10. Bandit on Python 3.7 relies on a library with `importlib_metadata` < 5.0
"importlib_resources>=1.3", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9.
"jmespath>=0.9.5, <1.0",
"more_itertools~=9.0",
"more_itertools>=9,<11",
"omegaconf~=2.3",
"parse~=1.19.0",
"pip-tools>=6.5,<8",
Expand Down

0 comments on commit 15b0bd7

Please sign in to comment.