kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
chore(api): update dependency drf-spectacular to v0.25.1
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2289>funkwhale-fix_pwa_manifest
rodzic
7e13cb45bb
commit
9216d70f3b
|
@ -1263,14 +1263,14 @@ pytz = "*"
|
|||
|
||||
[[package]]
|
||||
name = "drf-spectacular"
|
||||
version = "0.25.0"
|
||||
version = "0.25.1"
|
||||
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "drf-spectacular-0.25.0.tar.gz", hash = "sha256:5dbda8112226e7b72e7b8039eefc955bd8f8fa429efca5407d402b0382cd1ae3"},
|
||||
{file = "drf_spectacular-0.25.0-py3-none-any.whl", hash = "sha256:43251ffd4c0af9302fa57af9879986ed2796933f51cd392d1331dcceb3152631"},
|
||||
{file = "drf-spectacular-0.25.1.tar.gz", hash = "sha256:789696f9845ef2397c52f66154aec6d96411baf6aa09a5d40c5f0b0e99f6b3d8"},
|
||||
{file = "drf_spectacular-0.25.1-py3-none-any.whl", hash = "sha256:d58684e702f5ad436c5bd1735d46df0e123e64de883092d38f1debb9fa4a03c9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -3845,4 +3845,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "3967b4099cd4d5e78c4cdcf4c336b94731b3c319d0ae975995f4b469134504a7"
|
||||
content-hash = "d7bb7673de8cd2afc9a3fc2e7311b0d85253c22d3e6f7de826f587176f8d43b5"
|
||||
|
|
|
@ -72,7 +72,7 @@ django-auth-ldap = "==4.1.0"
|
|||
uvicorn = {version = "==0.20.0", extras = ["standard"]}
|
||||
django-cache-memoize = "0.1.10"
|
||||
requests-http-message-signatures = "==0.3.1"
|
||||
drf-spectacular = "==0.25.0"
|
||||
drf-spectacular = "==0.25.1"
|
||||
sentry-sdk = "==1.11.1"
|
||||
pluralizer = "==1.2.0"
|
||||
importlib_metadata = {version = "==4.13.0", python = "<=3.7"} # Keep support python 3.7, can be removed if we drop support
|
||||
|
|
Ładowanie…
Reference in New Issue