diff --git a/poetry.lock b/poetry.lock index 640add00..0dba4da5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "appnope" @@ -457,13 +457,13 @@ typing-extensions = ">=3.10.0.0" [[package]] name = "django" -version = "4.2.1" +version = "4.2.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.1-py3-none-any.whl", hash = "sha256:066b6debb5ac335458d2a713ed995570536c8b59a580005acb0732378d5eb1ee"}, - {file = "Django-4.2.1.tar.gz", hash = "sha256:7efa6b1f781a6119a10ac94b4794ded90db8accbe7802281cd26f8664ffed59c"}, + {file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"}, + {file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"}, ] [package.dependencies] @@ -1846,5 +1846,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "~3.9.13" -content-hash = "10efb59445dd4662e003cc665fde864cdecbb59d31326e017811dfa8fbf896ff" +python-versions = "~3.9" +content-hash = "2de90bc5aa743b401926e1ef454063a799bf708d46ef829412d8f5b75173ebd0" diff --git a/pyproject.toml b/pyproject.toml index 70954f1d..42c12f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python = "~3.9.13" # AWS boto3 = "^1.26.39" # django -django = "^4.1.4" +django = "^4.2.3" django-csp = "^3.7" django-extensions = "^3.2.1" django-heroku = "^0.3.1"