diff --git a/poetry.lock b/poetry.lock index 548a60ed..ccccc1b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -954,18 +954,18 @@ sqlparse = ">=0.2" [[package]] name = "djangorestframework" -version = "3.14.0" +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.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, - {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, + {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" -pytz = "*" +"backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""} +django = ">=4.2" [[package]] name = "docutils" @@ -3173,4 +3173,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "3a2612fc624d9f16fb2896f089cd602f2020d4acb78ee20f1caec3b2f1d8ffaa" +content-hash = "b4eee036bc42ceb8f21d45dde6860901eef4d971d524a8dca57ae6de2c573043" diff --git a/pyproject.toml b/pyproject.toml index 27bd2ebc..b7820134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ mypy = "^1.0.1" django = "^4.2.11" psycopg2-binary = "^2.8.4" cryptography = "^42.0.4" -djangorestframework = "^3.12.4" +djangorestframework = "^3.15.2" django-countries = "^7.1" django-bootstrap-datepicker-plus = "^5.0.3" django-bootstrap4 = "^1.1.1"