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

Update dependency falcon to v3.1.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
renovate[bot]
2023-12-05 07:14:40 +00:00
committed by GitHub
parent 6c2bcda16f
commit 19a6d2cea6
2 changed files with 36 additions and 35 deletions

View File

@ -8,7 +8,7 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.8.1"
gunicorn = "^21.0.0"
falcon = "3.1.1"
falcon = "3.1.3"
psycopg2 = "^2.9.1"
requests = "^2.24.0"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}