diff --git a/poetry.lock b/poetry.lock index c359721e..3894b8a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -21,13 +21,13 @@ test = ["dateparser (==1.*)", "pre-commit", "pytest", "pytest-cov", "pytest-mock [[package]] name = "asgiref" -version = "3.6.0" +version = "3.7.2" description = "ASGI specs, helper code, and adapters" optional = false python-versions = ">=3.7" files = [ - {file = "asgiref-3.6.0-py3-none-any.whl", hash = "sha256:71e68008da809b957b7ee4b43dbccff33d1b23519fb8344e33f049897077afac"}, - {file = "asgiref-3.6.0.tar.gz", hash = "sha256:9567dfe7bd8d3c8c892227827c41cce860b368104c3431da67a0c5a65a949506"}, + {file = "asgiref-3.7.2-py3-none-any.whl", hash = "sha256:89b2ef2247e3b562a16eef663bc0e2e703ec6468e2fa8a5cd61cd449786d4f6e"}, + {file = "asgiref-3.7.2.tar.gz", hash = "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed"}, ] [package.extras] @@ -344,17 +344,17 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.7" +version = "5.0" 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.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"}, - {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"}, + {file = "Django-5.0-py3-none-any.whl", hash = "sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8"}, + {file = "Django-5.0.tar.gz", hash = "sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1448,4 +1448,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "f593b29db515a718dcba5c2917a4313f5b165ded54089b6a9c70b8734048a169" +content-hash = "1c97241397cc246c624d2975c018ef3173659feb043fc0ec867712feba518c0b" diff --git a/pyproject.toml b/pyproject.toml index 82aacaf1..22672b48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ authors = ["Ali Karbassi "] python = "3.11.3" arrow = "^1.3.0" boto3 = "^1.33.11" -django = "^4.2" +django = "^5.0" django-active-link = "^0.1.8" django-allauth = "^0.58.2" django-anymail = "^10.2"