diff --git a/django/poetry.lock b/django/poetry.lock index baedd023..9c22682f 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -491,13 +491,13 @@ files = [ [[package]] name = "django" -version = "4.2.15" +version = "4.2.16" 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.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, - {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, + {file = "Django-4.2.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, + {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, ] [package.dependencies] @@ -1585,4 +1585,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f6c5394e16adbb38f835d164a9ee24e456e54436c9917ff69f7deb1a7dc66cb3" +content-hash = "fcca6f4de5205ae01059f2b85f128bde9261a9f1aeb2364172d94ba4e92ffc25" diff --git a/django/pyproject.toml b/django/pyproject.toml index 79f5e01a..743f0f0d 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Keith Moss "] [tool.poetry.dependencies] python = "^3.8" -Django = "4.2.15" +Django = "4.2.16" psycopg2-binary = "2.9.9" djangorestframework = "3.15.2" django-cors-headers = "4.2.0"