diff --git a/poetry.lock b/poetry.lock index ee432f035..f81ff2e35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -295,13 +295,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "4.2.14" +version = "4.2.15" 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.14-py3-none-any.whl", hash = "sha256:3ec32bc2c616ab02834b9cac93143a7dc1cdcd5b822d78ac95fc20a38c534240"}, - {file = "Django-4.2.14.tar.gz", hash = "sha256:fc6919875a6226c7ffcae1a7d51e0f2ceaf6f160393180818f6c95f51b1e7b96"}, + {file = "Django-4.2.15-py3-none-any.whl", hash = "sha256:61ee4a130efb8c451ef3467c67ca99fdce400fedd768634efc86a68c18d80d30"}, + {file = "Django-4.2.15.tar.gz", hash = "sha256:c77f926b81129493961e19c0e02188f8d07c112a1162df69bfab178ae447f94a"}, ] [package.dependencies] @@ -1233,4 +1233,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fbe3fac1c7832205a947ed49a6f88f2b4336e8bd0b4e4db6cd99d3267f86e017" +content-hash = "873555c7453dcc4ceee1b0af27c4ef3e4c84a238a89a168724799c4c20a62336" diff --git a/pyproject.toml b/pyproject.toml index ef835341e..712835031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.9" -Django = "4.2.14" +Django = "4.2.15" django-autocomplete-light = "3.9.4" django-extra-views = "0.13.0" django-quill-editor = "0.1.40"