mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-21 22:05:02 +01:00
pyproject.toml: bump all deps
These are passing pytest locally as well as a manual harvest.
This commit is contained in:
parent
a7fd70bf10
commit
c47bb2aba7
@ -7,18 +7,17 @@ license = "GPL-3.0-only"
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8.1"
|
python = "^3.8.1"
|
||||||
gunicorn = "^22.0.0"
|
gunicorn = "^23.0.0"
|
||||||
falcon = "3.1.3"
|
falcon = "^3.1.3"
|
||||||
psycopg2 = "^2.9.1"
|
psycopg2 = "^2.9.9"
|
||||||
requests = "^2.24.0"
|
requests = "^2.32.3"
|
||||||
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
|
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^23.0.0"
|
black = "^24.0.0"
|
||||||
fixit = "^2.1.0"
|
flake8 = "^7.1.1"
|
||||||
flake8 = "^7.0.0"
|
isort = "^5.13.2"
|
||||||
isort = "^5.9.1"
|
pytest = "^8.3.3"
|
||||||
pytest = "^7.0.0"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12"]
|
requires = ["poetry>=0.12"]
|
||||||
|
Loading…
Reference in New Issue
Block a user