Skip to content

Commit

Permalink
Update importlib-metadata requirement from <8.6 to <8.7
Browse files Browse the repository at this point in the history
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@0.1...v8.6.1)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent c1df6b4 commit cc4d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyyaml==6.0.2
pbr>=0.11
rich==13.9.4 # bandit
bandit==1.8.2
importlib-metadata<8.6 # for flake8
importlib-metadata<8.7 # for flake8
typing_extensions==4.12.2
zipp==3.21.0

Expand Down

0 comments on commit cc4d430

Please sign in to comment.