Skip to content

Commit

Permalink
Update importlib-metadata requirement from ~=6.11.0 to >=6.11,<8.2
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@v6.11.0...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent e9c0a94 commit 099f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

dependencies = [
"chia_rs>=0.2.13",
"importlib_metadata~=6.11.0",
"importlib_metadata>=6.11,<8.2",
"typing-extensions~=4.0",
]

Expand Down

0 comments on commit 099f66b

Please sign in to comment.