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

Update dependency gunicorn to v22 [SECURITY]

This commit is contained in:
renovate[bot]
2024-08-06 07:24:05 +00:00
committed by GitHub
parent 1912363899
commit c1cd0a0351
2 changed files with 9 additions and 7 deletions

View File

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