chore(api): update dependency drf-spectacular to v0.25.0
This commit is contained in:
parent
16c6e2a4ab
commit
cb3dc5081b
|
@ -1263,19 +1263,19 @@ pytz = "*"
|
|||
|
||||
[[package]]
|
||||
name = "drf-spectacular"
|
||||
version = "0.24.2"
|
||||
version = "0.25.0"
|
||||
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.24.2.tar.gz", hash = "sha256:be32417594080a52f996afd83fd47ea9c2b83cbf13f6d3fbf3de809a0dfa7ead"},
|
||||
{file = "drf_spectacular-0.24.2-py3-none-any.whl", hash = "sha256:b276e6f7bda6dfb911e742dab87c6e97bc67da2dafe82d6fd8df7cec6c8b03ec"},
|
||||
{file = "drf-spectacular-0.25.0.tar.gz", hash = "sha256:5dbda8112226e7b72e7b8039eefc955bd8f8fa429efca5407d402b0382cd1ae3"},
|
||||
{file = "drf_spectacular-0.25.0-py3-none-any.whl", hash = "sha256:43251ffd4c0af9302fa57af9879986ed2796933f51cd392d1331dcceb3152631"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
Django = ">=2.2"
|
||||
djangorestframework = ">=3.10"
|
||||
djangorestframework = ">=3.10.3"
|
||||
inflection = ">=0.3.1"
|
||||
jsonschema = ">=2.6.0"
|
||||
PyYAML = ">=5.1"
|
||||
|
@ -3845,4 +3845,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "8598364e34fd78dda919dacc6d87ac00ece7987ca32ef1457714b151644acb2f"
|
||||
content-hash = "793dcbd85e570bf929e8d5cc69f7bbeac06c9172b373ea2e3a0c788b5cabb4e4"
|
||||
|
|
|
@ -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.24.2"
|
||||
drf-spectacular = "==0.25.0"
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue