Skip to content

Commit

Permalink
Merge pull request #17 from webis-de/dependabot/pip/importlib-metadat…
Browse files Browse the repository at this point in the history
…a-gte-8.0.0-and-lt-9.0

Update importlib-metadata requirement from <8.0,>=6.8 to >=8.0.0,<9.0
  • Loading branch information
janheinrichmerker authored Jul 2, 2024
2 parents 61c1c81 + d30282b commit de43b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
"diskcache~=5.4",
"importlib-metadata>=6.8,<8.0",
"importlib-metadata>=8.0.0,<9.0",
"requests~=2.26",
]
dynamic = ["version"]
Expand Down

0 comments on commit de43b10

Please sign in to comment.