1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-08-11 07:18:09 +02:00

Update dependency falcon to ==4.1.*

This commit is contained in:
renovate[bot]
2025-08-06 16:28:58 +00:00
committed by GitHub
parent a0dc1af45f
commit e657885bcb
2 changed files with 46 additions and 46 deletions

View File

@ -12,7 +12,7 @@ license = "GPL-3.0-only"
license-files = ["LICENSE.txt"]
dependencies = [
"gunicorn==23.0.*",
"falcon==4.0.*",
"falcon==4.1.*",
"psycopg==3.2.*",
"requests==2.32.*",
"falcon-swagger-ui",