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

Update dependency falcon to ==4.1.*

This commit is contained in:
renovate[bot]
2025-09-16 16:49:52 +00:00
committed by GitHub
parent 86c034d2bc
commit 07e12fa2a6
2 changed files with 45 additions and 45 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",