diff --git a/src/poetry.lock b/src/poetry.lock index 2293c3e..faedeca 100644 --- a/src/poetry.lock +++ b/src/poetry.lock @@ -105,17 +105,17 @@ six = ">=1.13.0" [[package]] name = "django" -version = "4.2.11" +version = "5.0.7" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, - {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, + {file = "Django-5.0.7-py3-none-any.whl", hash = "sha256:f216510ace3de5de01329463a315a629f33480e893a9024fc93d8c32c22913da"}, + {file = "Django-5.0.7.tar.gz", hash = "sha256:bd4505cae0b9bd642313e8fb71810893df5dc2ffcacaa67a33af2d5cd61888f2"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -605,4 +605,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fd8573ae94750f1e9e21abaefc89745f4749249600fd91b4b197faafd80606a6" +content-hash = "dddcc96bed22a22ca4a056eed341df1a72fae36425324a82471d80c53cbd16dc" diff --git a/src/pyproject.toml b/src/pyproject.toml index 9ce9aa6..aa31207 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -django = ">=4.2,<4.3" +django = ">=4.2,<5.1" djangorestframework = "^3.14.0" django-cors-headers = "^4.3.1" whitenoise = "^6.6.0"