diff --git a/poetry.lock b/poetry.lock index 009a545..b366a4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,19 +352,19 @@ files = [ [[package]] name = "django" -version = "3.2.25" -description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." +version = "4.2.16" +description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "Django-3.2.25-py3-none-any.whl", hash = "sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38"}, - {file = "Django-3.2.25.tar.gz", hash = "sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777"}, + {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, + {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, ] [package.dependencies] -asgiref = ">=3.3.2,<4" -pytz = "*" -sqlparse = ">=0.2.2" +asgiref = ">=3.6.0,<4" +sqlparse = ">=0.3.1" +tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] argon2 = ["argon2-cffi (>=19.1.0)"] @@ -1211,4 +1211,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4d1c36198b4084a7836d6c87dad7bb1bf713e5a46b6b6c5b3b6963e9eeba33e1" +content-hash = "bdaa0dd50d3c8c7475764d5c747144a15b5c58232be7a1146b7c78c9cf26be84" diff --git a/pyproject.toml b/pyproject.toml index e4d990e..9b91009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ click = "8.1.7" colorama = "0.4.1" contourpy = "1.1.1" cython = "3.0.8" -django = "^3" +django = "^4" django-common-helpers = "0.9.2" django-cron = "0.5.1" django-request-logging = "0.7.0"