diff --git a/poetry.lock b/poetry.lock index 45083b933..c5dba8e3e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -742,17 +742,17 @@ rest-framework = ["djangorestframework (>=3.0.0)"] [[package]] name = "djangorestframework" -version = "3.12.4" +version = "3.15.1" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "djangorestframework-3.12.4-py3-none-any.whl", hash = "sha256:6d1d59f623a5ad0509fe0d6bfe93cbdfe17b8116ebc8eda86d45f6e16e819aaf"}, - {file = "djangorestframework-3.12.4.tar.gz", hash = "sha256:f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2"}, + {file = "djangorestframework-3.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, + {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, ] [package.dependencies] -django = ">=2.2" +django = ">=3.0" [[package]] name = "djangorestframework-jsonapi" @@ -1315,6 +1315,7 @@ files = [ {file = "libsass-0.22.0-cp37-abi3-macosx_10_15_x86_64.whl", hash = "sha256:081e256ab3c5f3f09c7b8dea3bf3bf5e64a97c6995fd9eea880639b3f93a9f9a"}, {file = "libsass-0.22.0-cp37-abi3-win32.whl", hash = "sha256:89c5ce497fcf3aba1dd1b19aae93b99f68257e5f2026b731b00a872f13324c7f"}, {file = "libsass-0.22.0-cp37-abi3-win_amd64.whl", hash = "sha256:65455a2728b696b62100eb5932604aa13a29f4ac9a305d95773c14aaa7200aaf"}, + {file = "libsass-0.22.0-cp38-abi3-macosx_14_0_arm64.whl", hash = "sha256:5fb2297a4754a6c8e25cfe5c015a3b51a2b6b9021b333f989bb8ce9d60eb5828"}, {file = "libsass-0.22.0.tar.gz", hash = "sha256:3ab5ad18e47db560f4f0c09e3d28cf3bb1a44711257488ac2adad69f4f7f8425"}, ] @@ -2499,4 +2500,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9 <3.10" -content-hash = "3b8cb3c2c5c0d05007a7aafd5a29c39b68a8c8980a2c3588d7c883d5ed940b7f" +content-hash = "19e0613f2e7f667c1d2aeeb517ca76b011bc4fed585c3d1530fb633ebc9bc91f" diff --git a/pyproject.toml b/pyproject.toml index ba2e8c7f2..444e602b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ django-pandas = "0.6.2" django-prettyjson = "0.4.1" django-revproxy = { git = "https://github.com/Innovativity/django-revproxy.git", branch = "b9fa8375d03fd68747dcb7273a97c19d788aa51b" } django-storages = "1.14.2" -djangorestframework = "3.12.4" +djangorestframework = "3.15.1" djangorestframework-jsonapi = "3.1.0" docker = "4.2.1" drf-nested-routers = "0.93.3"