diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e869bf..d5d8c2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated certifi from 2024.2.2 to 2024.7.4 - Updated django from 4.2.11 to 4.2.15 - Updated sqlparse from 0.4.4 to 0.5.0 +- Updated djangorestframework from 3.15.1 to 3.15.2 --> ## v1.2.1 diff --git a/poetry.lock b/poetry.lock index a5962998..366364d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -544,17 +544,17 @@ Django = ">=3.2" [[package]] name = "djangorestframework" -version = "3.15.1" +version = "3.15.2" description = "Web APIs for Django, made easy." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "djangorestframework-3.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, - {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, + {file = "djangorestframework-3.15.2-py3-none-any.whl", hash = "sha256:2b8871b062ba1aefc2de01f773875441a961fefbf79f5eed1e32b2f096944b20"}, + {file = "djangorestframework-3.15.2.tar.gz", hash = "sha256:36fe88cd2d6c6bec23dca9804bab2ba5517a8bb9d8f47ebc68981b56840107ad"}, ] [package.dependencies] -django = ">=3.0" +django = ">=4.2" [[package]] name = "draftjs-exporter"