kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Update dependency Django to v4.0.6 (stable)
rodzic
ffe306ed5c
commit
cd7ed4f1d7
|
@ -57,7 +57,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|||
|
||||
[[package]]
|
||||
name = "django"
|
||||
version = "4.0.5"
|
||||
version = "4.0.6"
|
||||
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 = "4d911e1b8540d66be185320c0727c43e8e4178e75bbbef631fc691841797adbe"
|
||||
content-hash = "72d348eb5f14b76b290a157e09cc73ff8ed8c2cec183259271b5ef5a19db5f8c"
|
||||
|
||||
[metadata.files]
|
||||
alabaster = [
|
||||
|
@ -485,8 +485,8 @@ colorama = [
|
|||
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
||||
]
|
||||
django = [
|
||||
{file = "Django-4.0.5-py3-none-any.whl", hash = "sha256:502ae42b6ab1b612c933fb50d5ff850facf858a4c212f76946ecd8ea5b3bf2d9"},
|
||||
{file = "Django-4.0.5.tar.gz", hash = "sha256:f7431a5de7277966f3785557c3928433347d998c1e6459324501378a291e5aab"},
|
||||
{file = "Django-4.0.6-py3-none-any.whl", hash = "sha256:ca54ebedfcbc60d191391efbf02ba68fb52165b8bf6ccd6fe71f098cac1fe59e"},
|
||||
{file = "Django-4.0.6.tar.gz", hash = "sha256:a67a793ff6827fd373555537dca0da293a63a316fe34cb7f367f898ccca3c3ae"},
|
||||
]
|
||||
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.5"
|
||||
Django = "==4.0.6"
|
||||
myst-parser = "==0.17.2"
|
||||
sphinx-panels = "0.6.0"
|
||||
sphinx-multiversion = "0.2.4"
|
||||
|
|
Ładowanie…
Reference in New Issue