Skip to content

Commit a245ddb

Browse files
Update importlib-metadata requirement in the test group (#9935)
Updates the requirements on [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version. Updates `importlib-metadata` to 9.0.0 - [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...v9.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 9.0.0 dependency-type: direct:development dependency-group: test ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Asif Saif Uddin {"Auvi":"অভি"} <auvipy@gmail.com>
1 parent bad62ef commit a245ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dev = [
4444
{ include-group = "test" },
4545
]
4646
test = [
47-
"importlib-metadata<9.0",
47+
"importlib-metadata<10.0",
4848
# Pytest for running the tests.
4949
"pytest==9.*",
5050
"pytest-cov==7.*",

0 commit comments

Comments
 (0)