Merge pull request #111 from Alexander-D-Karpov/dependabot/pip/drf-spectacular-0.26.2

Bump drf-spectacular from 0.26.1 to 0.26.2
This commit is contained in:
Alexander Karpov 2023-04-17 19:04:55 +03:00 committed by GitHub
commit 57b671f0eb
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

@ -1871,14 +1871,14 @@ files = [
[[package]]
name = "drf-spectacular"
version = "0.26.1"
version = "0.26.2"
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.26.1.tar.gz", hash = "sha256:1599a204bf9cc6be7ef3e509859885a38d4f871fe287a1f191479868afd9e234"},
{file = "drf_spectacular-0.26.1-py3-none-any.whl", hash = "sha256:6df86ff6c2dc663792e5ff618643bf41d2ac9dc6fb5d1b0f273e2778bab951e5"},
{file = "drf-spectacular-0.26.2.tar.gz", hash = "sha256:005623d6bb9de37d2d0ec24ccd59c636e4a42f9af252f1470129ac32ccab38cb"},
{file = "drf_spectacular-0.26.2-py3-none-any.whl", hash = "sha256:e80eba58d9579bf6c3380ffd6d6a9b466c4bc35b23da0ba76dfcc96de1e907d7"},
]
[package.dependencies]
@ -5626,4 +5626,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "3af8b756e26917af343b625ee80a2fdf34d694576a9889c0aa2b1d4958b56436"
content-hash = "28b785774d50ebcf1893129c66b1dbcfa17d735cc3f676c6023808ce7575be34"

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.26.0"
drf-spectacular = "^0.26.2"
werkzeug = {extras = ["watchdog"], version = "^2.2.2"}
ipdb = "^0.13.13"
watchfiles = "^0.18.1"