diff --git a/poetry.lock b/poetry.lock index ad4a757a..00ab7d32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -481,13 +481,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[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] @@ -2136,4 +2136,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "03fc141ea175f79072c30df8ab2e131a516fd9c31dbdc2704e4497389de6bc38" +content-hash = "eae1b5a097a81f28182579d407a66090489b12457438d89ba5b2a970e1907568" diff --git a/pyproject.toml b/pyproject.toml index 307a621a..73064342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ chardet = "^3.0.4" csscompressor = "^0.9.4" defusedxml = "^0.6.0" diff-match-patch = "^20200713" -django = "^4.2.15" +django = "^4.2.16" django-autoslug = "^1.9.7" django-bootstrap4 = "^24.1" django-bootstrap5 = "^23.3"