diff --git a/example_project/poetry.lock b/example_project/poetry.lock index ca643c5..ed480d9 100644 --- a/example_project/poetry.lock +++ b/example_project/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -126,13 +126,13 @@ django-crispy-forms = ">=1.9.0" [[package]] name = "django" -version = "4.1.10" +version = "4.1.13" 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.10-py3-none-any.whl", hash = "sha256:26d0260c2fb8121009e62ffc548b2398dea2522b6454208a852fb0ef264c206c"}, - {file = "Django-4.1.10.tar.gz", hash = "sha256:56343019a9fd839e2e5bf203daf45f25af79d5bffa4c71d56eae4f4404d82ade"}, + {file = "Django-4.1.13-py3-none-any.whl", hash = "sha256:04ab3f6f46d084a0bba5a2c9a93a3a2eb3fe81589512367a75f79ee8acf790ce"}, + {file = "Django-4.1.13.tar.gz", hash = "sha256:94a3f471e833c8f124ee7a2de11e92f633991d975e3fa5bdd91e8abd66426318"}, ] [package.dependencies] @@ -308,4 +308,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "78b3683a6ba367157fb0f8819ac9adf9ed2d1982214b6838c940ed2091c8eef4" +content-hash = "9475184847adf124c82b616525ceaf5818173657aec54d64bf57040de091749a" diff --git a/example_project/pyproject.toml b/example_project/pyproject.toml index 406dd8a..579bd89 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.10" +Django = "^4.1.13" django-feedback-govuk = { path = "../", develop = true } whitenoise = "^6.4.0"