Skip to content

Commit

Permalink
Update importlib-metadata requirement from <2,>=0.12 to >=0.12,<9
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.12...v8.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 3ff2bc9 commit dad89be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author_ = [x for x in re.split(r"[ =']", line) if x][1]
f.close()

test_deps = ['importlib-metadata<2,>=0.12', 'tox<4', 'tox-pyenv', 'pytest']
test_deps = ['importlib-metadata>=0.12,<9', 'tox<4', 'tox-pyenv', 'pytest']

setup(
name = "wandbox-api"
Expand Down

0 comments on commit dad89be

Please sign in to comment.