Merge pull request #78 from Alexander-D-Karpov/dependabot/pip/drf-spectacular-0.26.0

Bump drf-spectacular from 0.25.1 to 0.26.0
This commit is contained in:
Alexander Karpov 2023-03-11 12:02:18 +03:00 committed by GitHub
commit 6a4571e010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1469,14 +1469,14 @@ djangorestframework = ">=3.11"
[[package]]
name = "drf-spectacular"
version = "0.25.1"
version = "0.26.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.25.1.tar.gz", hash = "sha256:789696f9845ef2397c52f66154aec6d96411baf6aa09a5d40c5f0b0e99f6b3d8"},
{file = "drf_spectacular-0.25.1-py3-none-any.whl", hash = "sha256:d58684e702f5ad436c5bd1735d46df0e123e64de883092d38f1debb9fa4a03c9"},
{file = "drf-spectacular-0.26.0.tar.gz", hash = "sha256:2b31c347c78ed7ed9f021f9e0fcf4e03e86ca6bfc43cb66401236f38f30fd46d"},
{file = "drf_spectacular-0.26.0-py3-none-any.whl", hash = "sha256:3c954a86fbefab93c20f3d39edab1d435f7b16c8291883e40fba5e34265ed461"},
]
[package.dependencies]
@ -3848,4 +3848,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "28d64a5547060173f704f5dd6a0741da65b5df795e57e78b8a0a705f2c183233"
content-hash = "f98a49b5832bf802afa224fafccee58a41d3584cdf7fa74cadace16371098988"

View File

@ -32,7 +32,7 @@ django-colorfield = "^0.8.0"
djangorestframework = "^3.14.0"
django-rest-auth = "^0.9.5"
django-cors-headers = "^3.13.0"
drf-spectacular = "^0.25.1"
drf-spectacular = "^0.26.0"
werkzeug = {extras = ["watchdog"], version = "^2.2.2"}
ipdb = "^0.13.11"
watchfiles = "^0.18.1"