Update dependency drf-spectacular to v0.21.2 (develop)
This commit is contained in:
parent
714ce3b600
commit
4406c24d28
|
@ -768,7 +768,7 @@ pytz = "*"
|
|||
|
||||
[[package]]
|
||||
name = "drf-spectacular"
|
||||
version = "0.21.1"
|
||||
version = "0.21.2"
|
||||
description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2089,7 +2089,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "91022f41266dd789640d901ec0ba36a0499bb33c641cfee3d9ad0d3e472af12d"
|
||||
content-hash = "437eeb894ccbbe3112458c7d9ec654f11466ed61809d71ed6514091d35d5731f"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -2504,8 +2504,8 @@ djangorestframework = [
|
|||
{file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"},
|
||||
]
|
||||
drf-spectacular = [
|
||||
{file = "drf-spectacular-0.21.1.tar.gz", hash = "sha256:e61d0273c370a9f14944a5072c312eee5407becdfce80ecbe81ef687ccc9365e"},
|
||||
{file = "drf_spectacular-0.21.1-py3-none-any.whl", hash = "sha256:4fd4b6b2913f4d82471b592e710f5ce1c57c4cd388eabe0c70e35516ab544aae"},
|
||||
{file = "drf-spectacular-0.21.2.tar.gz", hash = "sha256:aa7a78c8595b63e1ba14906049c770210c8fa34d84b6d1c7dce5c9e334aa2775"},
|
||||
{file = "drf_spectacular-0.21.2-py3-none-any.whl", hash = "sha256:4ad3a72609640c57a4ff297d498cb0b810a70aca5555c0760b2da9e2f74a45b2"},
|
||||
]
|
||||
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.26"
|
||||
black = "==21.12b0"
|
||||
ipdb = "==0.13.9"
|
||||
drf-spectacular = "0.21.1"
|
||||
drf-spectacular = "==0.21.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
Loading…
Reference in New Issue