Skip to content
Closed
31 changes: 25 additions & 6 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ readme = "README.md"
packages = [ { include = "apps" } ]
dependencies.algoliasearch = "^4.13.2"
dependencies.algoliasearch-django = "^4.0.0"
# Pinned for CVE-2026-26007 (Trivy scan); 46.0.5 is on PyPI
dependencies.cryptography = "^46.0.5"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
dependencies.django = "^6.0"
dependencies.django-configurations = "^2.5.1"
dependencies.django-cors-headers = "^4.7.0"
Expand Down
Loading