diff --git a/poetry.lock b/poetry.lock index bb6e2c5..b4bdc7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -739,14 +739,14 @@ typing-extensions = "*" [[package]] name = "djangorestframework" -version = "3.16.0" +version = "3.16.1" description = "Web APIs for Django, made easy." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "djangorestframework-3.16.0-py3-none-any.whl", hash = "sha256:bea7e9f6b96a8584c5224bfb2e4348dfb3f8b5e34edbecb98da258e892089361"}, - {file = "djangorestframework-3.16.0.tar.gz", hash = "sha256:f022ff46613584de994c0c6a4aebbace5fd700555fbe9d33b865ebf173eba6c9"}, + {file = "djangorestframework-3.16.1-py3-none-any.whl", hash = "sha256:33a59f47fb9c85ede792cbf88bde71893bcda0667bc573f784649521f1102cec"}, + {file = "djangorestframework-3.16.1.tar.gz", hash = "sha256:166809528b1aced0a17dc66c24492af18049f2c9420dbd0be29422029cfc3ff7"}, ] [package.dependencies] @@ -2101,4 +2101,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4" -content-hash = "fb3deb52beeb6a0d213cc6a55a1e3c5916a308a88dcea5b239a6996d017cb6df" +content-hash = "5b4ff1bcbc346aca36160960390887d1dcfd59a3aa557e15851084db86025cfe" diff --git a/pyproject.toml b/pyproject.toml index c210147..d1f4fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ django-materialize-css = "0.0.1" django-recaptcha = "^4.0.0" django-render-block = "0.11" django-storages = "^1.13.2" -djangorestframework = "3.16.0" +djangorestframework = "3.16.1" jinja2 = "3.1.6" Pillow = "11.3.0" psycopg2-binary = "2.9.10"