mirror of
https://github.com/encode/django-rest-framework.git
synced 2026-02-18 05:00:33 +03:00
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:
parent
e49d025f2d
commit
059b83f10c
|
|
@ -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.*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user