Update dependency drf-spectacular to v0.24.2 (develop)
This commit is contained in:
parent
ea25f5e9aa
commit
691035e0a1
|
@ -801,7 +801,7 @@ pytz = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "drf-spectacular"
|
name = "drf-spectacular"
|
||||||
version = "0.23.1"
|
version = "0.24.2"
|
||||||
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"
|
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
|
@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "c1ec08657ddf4c1994cfeca0ec1584769e1253b44589ca30ac173482c4198fad"
|
content-hash = "eb24c80bd2dc05d18968011e8f5ffe1705a2289b85b43a7cefccbdba9cd8e70d"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -2678,8 +2678,8 @@ djangorestframework = [
|
||||||
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
|
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
|
||||||
]
|
]
|
||||||
drf-spectacular = [
|
drf-spectacular = [
|
||||||
{file = "drf-spectacular-0.23.1.tar.gz", hash = "sha256:d1724da1fd4ae99d66333b1c8530f3c51788d87b380f5951830bf8405f234120"},
|
{file = "drf-spectacular-0.24.2.tar.gz", hash = "sha256:be32417594080a52f996afd83fd47ea9c2b83cbf13f6d3fbf3de809a0dfa7ead"},
|
||||||
{file = "drf_spectacular-0.23.1-py3-none-any.whl", hash = "sha256:2e42ae16717a5c3b2ae8632ac2b92f7eeb7b4fb9a941bc7879a92343e50ddeb6"},
|
{file = "drf_spectacular-0.24.2-py3-none-any.whl", hash = "sha256:b276e6f7bda6dfb911e742dab87c6e97bc67da2dafe82d6fd8df7cec6c8b03ec"},
|
||||||
]
|
]
|
||||||
factory-boy = [
|
factory-boy = [
|
||||||
{file = "factory_boy-3.2.1-py2.py3-none-any.whl", hash = "sha256:eb02a7dd1b577ef606b75a253b9818e6f9eaf996d94449c9d5ebb124f90dc795"},
|
{file = "factory_boy-3.2.1-py2.py3-none-any.whl", hash = "sha256:eb02a7dd1b577ef606b75a253b9818e6f9eaf996d94449c9d5ebb124f90dc795"},
|
||||||
|
|
|
@ -55,7 +55,7 @@ django-auth-ldap = "==4.1.0"
|
||||||
uvicorn = {version = "==0.18.3", extras = ["standard"]}
|
uvicorn = {version = "==0.18.3", extras = ["standard"]}
|
||||||
django-cache-memoize = "0.1.10"
|
django-cache-memoize = "0.1.10"
|
||||||
requests-http-message-signatures = "==0.3.1"
|
requests-http-message-signatures = "==0.3.1"
|
||||||
drf-spectacular = "==0.23.1"
|
drf-spectacular = "==0.24.2"
|
||||||
sentry-sdk = "==1.9.8"
|
sentry-sdk = "==1.9.8"
|
||||||
pluralizer = "==1.2.0"
|
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
|
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