diff --git a/example_project/poetry.lock b/example_project/poetry.lock index 5dcca28..35613ce 100644 --- a/example_project/poetry.lock +++ b/example_project/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "asgiref" @@ -126,18 +126,18 @@ django-crispy-forms = ">=1.9.0" [[package]] name = "django" -version = "4.1.13" +version = "4.2.17" 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.1.13-py3-none-any.whl", hash = "sha256:04ab3f6f46d084a0bba5a2c9a93a3a2eb3fe81589512367a75f79ee8acf790ce"}, - {file = "Django-4.1.13.tar.gz", hash = "sha256:94a3f471e833c8f124ee7a2de11e92f633991d975e3fa5bdd91e8abd66426318"}, + {file = "Django-4.2.17-py3-none-any.whl", hash = "sha256:3a93350214ba25f178d4045c0786c61573e7dbfa3c509b3551374f1e11ba8de0"}, + {file = "Django-4.2.17.tar.gz", hash = "sha256:6b56d834cc94c8b21a8f4e775064896be3b4a4ca387f2612d4406a5927cd2fdc"}, ] [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] @@ -307,4 +307,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "9475184847adf124c82b616525ceaf5818173657aec54d64bf57040de091749a" +content-hash = "948c49ea1a300c2981cd89dbef3fb676e8d3ca3637b44342de3e92671643e3a3" diff --git a/example_project/pyproject.toml b/example_project/pyproject.toml index 579bd89..afad99b 100644 --- a/example_project/pyproject.toml +++ b/example_project/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.10" -Django = "^4.1.13" +Django = "^4.2.17" django-feedback-govuk = { path = "../", develop = true } whitenoise = "^6.4.0"