deps: update deps

This commit is contained in:
Iain Learmonth 2026-05-19 13:43:38 +01:00
parent 838425f62e
commit bbf5f3d98b
2 changed files with 866 additions and 886 deletions

1746
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ license = "BSD-2"
package-mode = false
[tool.poetry.dependencies]
python = "^3.14"
python = "^3.13"
alembic = "^1.18.4"
babel = "^2.17"
beautifulsoup4 = "^4.13"
@ -28,12 +28,12 @@ tldextract = "^5"
uvicorn = {extras = ["standard"], version = "^0.30.6"}
[tool.poetry.group.dev.dependencies]
black = "^25.1.0"
black = "^26"
ruff = "^0.12"
pytest = "^8.4"
[tool.poetry.group.prod.dependencies]
gunicorn = "^22.0.0"
gunicorn = "^26"
python-json-logger = "^2.0.7"
prometheus-client = "^0.20.0"