1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-10-22 16:53:01 +02:00

pyproject.toml: bump all deps

These are passing pytest locally as well as a manual harvest.
This commit is contained in:
Alan Orth 2024-09-11 15:45:52 +03:00
parent a7fd70bf10
commit c47bb2aba7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,18 +7,17 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.8.1"
gunicorn = "^22.0.0"
falcon = "3.1.3"
psycopg2 = "^2.9.1"
requests = "^2.24.0"
gunicorn = "^23.0.0"
falcon = "^3.1.3"
psycopg2 = "^2.9.9"
requests = "^2.32.3"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
[tool.poetry.group.dev.dependencies]
black = "^23.0.0"
fixit = "^2.1.0"
flake8 = "^7.0.0"
isort = "^5.9.1"
pytest = "^7.0.0"
black = "^24.0.0"
flake8 = "^7.1.1"
isort = "^5.13.2"
pytest = "^8.3.3"
[build-system]
requires = ["poetry>=0.12"]