Skip to content

Commit

Permalink
Update more-itertools requirement from ~=9.0 to ~=9.1 in /dependency (#…
Browse files Browse the repository at this point in the history
…2371)

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...v9.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Merel Theisen <[email protected]>
  • Loading branch information
dependabot[bot] and merelcht authored Mar 2, 2023
1 parent 9db8abf commit 7d7f1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependency/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ importlib-metadata>=3.6; python_version >= '3.8'
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.1
omegaconf~=2.3
pip-tools~=6.12
pluggy~=1.0.0
Expand Down

0 comments on commit 7d7f1dd

Please sign in to comment.