mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-10-09 11:09:23 +02:00
Compare commits
1 Commits
renovate/u
...
renovate/p
Author | SHA1 | Date | |
---|---|---|---|
|
a95bb96db9 |
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
services:
|
||||
database:
|
||||
image: postgres:17-alpine
|
||||
image: postgres:18-alpine
|
||||
env:
|
||||
# password for postgres user in the Docker container
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
@@ -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.9.0,<0.10.0"]
|
||||
requires = ["uv_build>=0.8.17,<0.9.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[dependency-groups]
|
||||
|
Reference in New Issue
Block a user