Skip to content

Commit

Permalink
⬆️ Update importlib-metadata requirement from <8.5 to <8.6
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.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent f430184 commit 0ad7cd7
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 @@ -12,7 +12,7 @@ pyflakes==3.2.0
mccabe==0.7.0
configparser==7.1.0
pycodestyle==2.12.0
importlib-metadata<8.5 # for flake8
importlib-metadata<8.6 # for flake8
typing_extensions==4.12.0
zipp==3.20.0 # for flake8
flake8==7.1.0
Expand Down

0 comments on commit 0ad7cd7

Please sign in to comment.