diff --git a/pyproject.toml b/pyproject.toml index d6610f61a..ddc64654e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "django-filter==25.1", "django-prometheus==2.4.1", "django-simple-bulma==2.6.0", - "djangorestframework==3.16.0", + "djangorestframework==3.17.2", "httpx==0.28.1", "markdown==3.8.2", "psycopg[binary]==3.2.9", diff --git a/uv.lock b/uv.lock index 1a4e7a534..0b1ea2a43 100644 --- a/uv.lock +++ b/uv.lock @@ -248,14 +248,14 @@ wheels = [ [[package]] name = "djangorestframework" -version = "3.16.0" +version = "3.17.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "django" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/7d/97/112c5a72e6917949b6d8a18ad6c6e72c46da4290c8f36ee5f1c1dcbc9901/djangorestframework-3.16.0.tar.gz", hash = "sha256:f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9", size = 1068408, upload-time = "2025-03-28T14:18:42.065Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3b/35/c96055e700fdff25da3a7b7756cfd1d4dc54f38b9bc6d6c5e19e3a0fdc20/djangorestframework-3.17.2.tar.gz", hash = "sha256:89ed713b6dc83e1539f214b7d10808ae19bb8511004beba886225da6d5c9dafa", size = 906683, upload-time = "2026-08-05T07:47:22.5Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/3e/2448e93f4f87fc9a9f35e73e3c05669e0edd0c2526834686e949bb1fd303/djangorestframework-3.16.0-py3-none-any.whl", hash = "sha256:bea7e9f6b96a8584c5224bfb2e4348dfb3f8b5e34edbecb98da258e892089361", size = 1067305, upload-time = "2025-03-28T14:18:39.489Z" }, + { url = "https://files.pythonhosted.org/packages/a2/46/c14108e400b208c394325eb63fbae06c81341b6447fa1a6f9da718b17fe7/djangorestframework-3.17.2-py3-none-any.whl", hash = "sha256:cb0546a7415d5b46c04e0f4fe0a54b2109f4fdd5e83ca773c8c6183a6493d042", size = 899109, upload-time = "2026-08-05T07:47:20.853Z" }, ] [[package]] @@ -618,7 +618,7 @@ requires-dist = [ { name = "django-filter", specifier = "==25.1" }, { name = "django-prometheus", specifier = "==2.4.1" }, { name = "django-simple-bulma", specifier = "==2.6.0" }, - { name = "djangorestframework", specifier = "==3.16.0" }, + { name = "djangorestframework", specifier = "==3.17.2" }, { name = "httpx", specifier = "==0.28.1" }, { name = "markdown", specifier = "==3.8.2" }, { name = "psycopg", extras = ["binary"], specifier = "==3.2.9" },