Bump the test group with 2 updates

Updates the requirements on [attrs](https://github.com/sponsors/hynek) and [importlib-metadata](https://github.com/python/importlib_metadata) to permit the latest version.

Updates `attrs` from 22.1.0 to 25.4.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `importlib-metadata` to 8.7.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](https://github.com/python/importlib_metadata/compare/0.1...v8.7.1)

---
updated-dependencies:
- dependency-name: attrs
  dependency-version: 25.4.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
- dependency-name: importlib-metadata
  dependency-version: 8.7.1
  dependency-type: direct:development
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-02-05 14:29:02 +00:00 committed by GitHub
parent e49d025f2d
commit 059b83f10c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,8 +45,8 @@ dev = [
]
test = [
# temporary pin of attrs
"attrs==22.1.0",
"importlib-metadata<5.0",
"attrs==25.4.0",
"importlib-metadata<9.0",
# Pytest for running the tests.
"pytest==9.*",