diff --git a/poetry.lock b/poetry.lock index a22d951..d69e935 100644 --- a/poetry.lock +++ b/poetry.lock @@ -268,7 +268,7 @@ python-versions = "*" [[package]] name = "django" -version = "4.0.3" +version = "4.0.4" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -1102,7 +1102,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "4b037eab35c47b8dc8f16f34c9d9f5ec8569aaa1c82e842ef7b1a2f566fa4b04" +content-hash = "3764f8c26eaa29099482e88dd93ecadc87b053c5538b6f688dd742da4fab358a" [metadata.files] alabaster = [ @@ -1320,8 +1320,8 @@ distlib = [ {file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"}, ] django = [ - {file = "Django-4.0.3-py3-none-any.whl", hash = "sha256:1239218849e922033a35d2a2f777cb8bee18bd725416744074f455f34ff50d0c"}, - {file = "Django-4.0.3.tar.gz", hash = "sha256:77ff2e7050e3324c9b67e29b6707754566f58514112a9ac73310f60cd5261930"}, + {file = "Django-4.0.4-py3-none-any.whl", hash = "sha256:07c8638e7a7f548dc0acaaa7825d84b7bd42b10e8d22268b3d572946f1e9b687"}, + {file = "Django-4.0.4.tar.gz", hash = "sha256:4e8177858524417563cc0430f29ea249946d831eacb0068a1455686587df40b5"}, ] doc8 = [ {file = "doc8-0.10.1-py3-none-any.whl", hash = "sha256:551a61df5915f0107e518d582fead47a0a56df7d4a9374feab955ea14dedea84"}, diff --git a/pyproject.toml b/pyproject.toml index 0a0fc23..631149e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ repository = "https://github.com/fire-squad/autodonate-bulma-theme" [tool.poetry.dependencies] python = "^3.10" poetry = "^1" -Django = "^4.0.3" +Django = "^4.0.4" autodonate = "^0.1.1" [tool.poetry.dev-dependencies]