Update dependency Django to v4.0.5 (stable)
This commit is contained in:
parent
8417092d89
commit
666cfe6fb8
|
@ -57,7 +57,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|||
|
||||
[[package]]
|
||||
name = "django"
|
||||
version = "4.0.4"
|
||||
version = "4.0.5"
|
||||
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
|
||||
category = "main"
|
||||
optional = false
|
||||
|
@ -457,7 +457,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "1253741b33c5dbaecb1434b76c232f33a932685d71e48d4f18e713b688b946ba"
|
||||
content-hash = "4d911e1b8540d66be185320c0727c43e8e4178e75bbbef631fc691841797adbe"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
|
@ -485,8 +485,8 @@ colorama = [
|
|||
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
||||
]
|
||||
django = [
|
||||
{file = "Django-4.0.4-py3-none-any.whl", hash = "sha256:07c8638e7a7f548dc0acaaa7825d84b7bd42b10e8d22268b3d572946f1e9b687"},
|
||||
{file = "Django-4.0.4.tar.gz", hash = "sha256:4e8177858524417563cc0430f29ea249946d831eacb0068a1455686587df40b5"},
|
||||
{file = "Django-4.0.5-py3-none-any.whl", hash = "sha256:502ae42b6ab1b612c933fb50d5ff850facf858a4c212f76946ecd8ea5b3bf2d9"},
|
||||
{file = "Django-4.0.5.tar.gz", hash = "sha256:f7431a5de7277966f3785557c3928433347d998c1e6459324501378a291e5aab"},
|
||||
]
|
||||
django-environ = [
|
||||
{file = "django-environ-0.8.1.tar.gz", hash = "sha256:6f0bc902b43891656b20486938cba0861dc62892784a44919170719572a534cb"},
|
||||
|
|
|
@ -10,7 +10,7 @@ python = "^3.10"
|
|||
Sphinx = "4.4.0"
|
||||
sphinx-rtd-theme = "1.0.0"
|
||||
django-environ = "0.8.1"
|
||||
Django = "==4.0.4"
|
||||
Django = "==4.0.5"
|
||||
myst-parser = "==0.17.2"
|
||||
sphinx-panels = "0.6.0"
|
||||
sphinx-multiversion = "0.2.4"
|
||||
|
|
Loading…
Reference in New Issue