diff --git a/poetry.lock b/poetry.lock index 59e4a3c..3ff247a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -114,18 +114,18 @@ files = [ [[package]] name = "django" -version = "5.1.8" +version = "5.2.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "Django-5.1.8-py3-none-any.whl", hash = "sha256:11b28fa4b00e59d0def004e9ee012fefbb1065a5beb39ee838983fd24493ad4f"}, - {file = "Django-5.1.8.tar.gz", hash = "sha256:42e92a1dd2810072bcc40a39a212b693f94406d0ba0749e68eb642f31dc770b4"}, + {file = "django-5.2.1-py3-none-any.whl", hash = "sha256:a9b680e84f9a0e71da83e399f1e922e1ab37b2173ced046b541c72e1589a5961"}, + {file = "django-5.2.1.tar.gz", hash = "sha256:57fe1f1b59462caed092c80b3dd324fd92161b620d59a9ba9181c34746c97284"}, ] [package.dependencies] -asgiref = ">=3.8.1,<4" +asgiref = ">=3.8.1" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -284,4 +284,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "9494201e670538a0ec83e32c6327d87e1e9c758502956e4341b1740ac10dce2e" +content-hash = "4b823fb64332d1e7da6b609339312c49ec1a6ab8d00754c5e58e72a5d4dc0263" diff --git a/pyproject.toml b/pyproject.toml index fc05f03..e228e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "template_aws_lambda_django"}] python = "^3.11" mangum = "^0.17.0" requests = "^2.32.3" -django = "^5.1" +django = "^5.2" psycopg = {extras = ["pool"], version = "^3.2.8"}