1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-09-17 17:06:41 +02:00

Update dependency pytest to ==8.4.*

This commit is contained in:
renovate[bot]
2025-09-16 16:50:02 +00:00
committed by GitHub
parent 86c034d2bc
commit ccbbfd9165
2 changed files with 15 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ build-backend = "uv_build"
dev = [
"flake8==7.1.*",
"isort==6.0.*",
"pytest==8.3.*",
"pytest==8.4.*",
]
[tool.isort]