1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-09-09 13:21:48 +02:00

Update dependency pytest to ==8.4.*

This commit is contained in:
renovate[bot]
2025-09-04 17:56:45 +00:00
committed by GitHub
parent a0dc1af45f
commit afd26a77d2
2 changed files with 16 additions and 6 deletions

View File

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