diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index b311ba85..f8ba4e28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,10 +15,10 @@ django-environ = "0.11.2" django-filter = "25.1" django-prometheus = "2.3.1" django-simple-bulma = "2.6.0" -djangorestframework = "3.14.0" +djangorestframework = "3.16.0" gunicorn = "23.0.0" httpx = "0.28.1" -markdown = "3.7" +markdown = "3.8" psycopg = {extras = ["binary"], version = "3.2.6"} pyjwt = {version = "2.10.1", extras = ["crypto"]} pymdown-extensions = "10.14.3" |