diff --git a/example_project/poetry.lock b/example_project/poetry.lock index 6f23eaa..58869f6 100644 --- a/example_project/poetry.lock +++ b/example_project/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -17,19 +17,19 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "django" -version = "4.1.9" +version = "4.2.3" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.1.9-py3-none-any.whl", hash = "sha256:adae3a952fd86800094ae6f64aa558572e8b4ba8dfe21f0ed8175147e75a72a1"}, - {file = "Django-4.1.9.tar.gz", hash = "sha256:e9f074a84930662104871bfcea55c3c180c50a0a47739db82435deae6cbaf032"}, + {file = "Django-4.2.3-py3-none-any.whl", hash = "sha256:f7c7852a5ac5a3da5a8d5b35cc6168f31b605971441798dac845f17ca8028039"}, + {file = "Django-4.2.3.tar.gz", hash = "sha256:45a747e1c5b3d6df1b141b1481e193b033fd1fdbda3ff52677dc81afdaacbaed"}, ] [package.dependencies] -asgiref = ">=3.5.2,<4" -sqlparse = ">=0.2.2" +asgiref = ">=3.6.0,<4" +sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] @@ -47,7 +47,7 @@ files = [] develop = true [package.dependencies] -Django = "^4.1.7" +Django = "^4.1.9" jinja2 = "^3.1.2" [package.extras] diff --git a/poetry.lock b/poetry.lock index b4256e0..349c5da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,14 +426,14 @@ files = [ [[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." category = "main" 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] @@ -1657,4 +1657,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "547354da1bdffa2b1c1589b16a429beecbebe2c7e47d8e345b06c9894b841e05" +content-hash = "901b8123e076404def280cef3ce1ed0ce46cddd58a7aa58f100da3cba9f7bb3f" diff --git a/pyproject.toml b/pyproject.toml index da58945..4bd4f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" -Django = "^4.1.7" +Django = "^4.1.9" jinja2 = "^3.1.2" govuk-frontend-jinja = "2.6.0"