diff --git a/poetry.lock b/poetry.lock index b90c2d1..0aefec3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -201,14 +201,14 @@ testing = ["coverage[toml] (>=5.0a4)", "pytest (>=4.6.11)", "setuptools (>=71.0. [[package]] name = "djangorestframework" -version = "3.17.0" +version = "3.17.1" description = "Web APIs for Django, made easy." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "djangorestframework-3.17.0-py3-none-any.whl", hash = "sha256:d84fe85f30b7ac6e8c0076ce9ff635e4eaedca5912f8d7d2926ce448c08533ba"}, - {file = "djangorestframework-3.17.0.tar.gz", hash = "sha256:456fd992a33f9e64c9d0f47e85d9787db0efb44f894c1e513315b5e74765bd4c"}, + {file = "djangorestframework-3.17.1-py3-none-any.whl", hash = "sha256:c3c74dd3e83a5a3efc37b3c18d92bd6f86a6791c7b7d4dff62bb068500e76457"}, + {file = "djangorestframework-3.17.1.tar.gz", hash = "sha256:a6def5f447fe78ff853bff1d47a3c59bf38f5434b031780b351b0c73a62db1a5"}, ] [package.dependencies] @@ -765,4 +765,4 @@ python-discovery = ">=1" [metadata] lock-version = "2.1" python-versions = "^3.13.9" -content-hash = "b9a67acae9b4d39ee6bfdebf3d57428492836c50277ac6370d751925355baa0d" +content-hash = "278577832d4c21c57d75fab9234c4d8b5c1de1a456dce8d82bfde6e58c2b126d" diff --git a/pyproject.toml b/pyproject.toml index 21571c1..7915173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false python = "^3.13.9" django = "^6.0" django-environ = "^0.13.0" -djangorestframework = "^3.17.0" +djangorestframework = "^3.17.1" psycopg2 = "^2.9.10" [tool.poetry.group.test.dependencies]