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

Update dependency gunicorn to v21
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
renovate[bot]
2023-07-17 21:23:15 +00:00
committed by GitHub
parent fe9f98bcc0
commit 4d7e9e9401
2 changed files with 6 additions and 22 deletions

View File

@ -7,7 +7,7 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.8.1"
gunicorn = "^20.0.4"
gunicorn = "^21.0.0"
falcon = "3.1.1"
psycopg2 = "^2.9.1"
requests = "^2.24.0"