1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-08-01 18:56:52 +02:00

Update dependency uv_build to >=0.8.4,<0.9.0

This commit is contained in:
renovate[bot]
2025-07-30 21:30:23 +00:00
committed by GitHub
parent a0dc1af45f
commit 72f50a94e3

View File

@ -27,7 +27,7 @@ falcon-swagger-ui = { git = "https://github.com/alanorth/falcon-swagger-ui", rev
# See: https://docs.astral.sh/uv/concepts/build-backend/#using-the-uv-build-backend
[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
requires = ["uv_build>=0.8.4,<0.9.0"]
build-backend = "uv_build"
[dependency-groups]