Update dependency drf-spectacular to v0.22.0 (develop)
This commit is contained in:
parent
4a054693bb
commit
ae1185a9e0
|
@ -778,7 +778,7 @@ pytz = "*"
|
|||
|
||||
[[package]]
|
||||
name = "drf-spectacular"
|
||||
version = "0.21.2"
|
||||
version = "0.22.0"
|
||||
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "ad8ffa122797f733e3981a4c25e56396b87b2810120442711944d96b391d2e62"
|
||||
content-hash = "6293129200e761ec3d585ab6cf3cd27e4244264c6166c8b2d8b1f5b1d9f84978"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2517,8 +2517,8 @@ djangorestframework = [
|
|||
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
|
||||
]
|
||||
drf-spectacular = [
|
||||
{file = "drf-spectacular-0.21.2.tar.gz", hash = "sha256:aa7a78c8595b63e1ba14906049c770210c8fa34d84b6d1c7dce5c9e334aa2775"},
|
||||
{file = "drf_spectacular-0.21.2-py3-none-any.whl", hash = "sha256:4ad3a72609640c57a4ff297d498cb0b810a70aca5555c0760b2da9e2f74a45b2"},
|
||||
{file = "drf-spectacular-0.22.0.tar.gz", hash = "sha256:1d6bf33f57ec7d973a7a29a4976fab602333e0bcd0ab16fd3b4cd1e7b427613d"},
|
||||
{file = "drf_spectacular-0.22.0-py3-none-any.whl", hash = "sha256:229c3dcc5f88275e4742078d4003638970db5382caa16d53c0b3b42b62b1c034"},
|
||||
]
|
||||
factory-boy = [
|
||||
{file = "factory_boy-3.2.1-py2.py3-none-any.whl", hash = "sha256:eb02a7dd1b577ef606b75a253b9818e6f9eaf996d94449c9d5ebb124f90dc795"},
|
||||
|
|
|
@ -79,7 +79,7 @@ aioresponses = "==0.7.3"
|
|||
prompt-toolkit = "==3.0.28"
|
||||
black = "==22.1.0"
|
||||
ipdb = "==0.13.9"
|
||||
drf-spectacular = "==0.21.2"
|
||||
drf-spectacular = "==0.22.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
Loading…
Reference in New Issue