chore(api): update dependency drf-spectacular to v0.25.0

This commit is contained in:
Renovate Bot 2022-12-14 13:02:16 +00:00
parent 16c6e2a4ab
commit cb3dc5081b
2 changed files with 6 additions and 6 deletions

10
api/poetry.lock generated
View File

@ -1263,19 +1263,19 @@ pytz = "*"
[[package]] [[package]]
name = "drf-spectacular" name = "drf-spectacular"
version = "0.24.2" version = "0.25.0"
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
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ files = [
{file = "drf-spectacular-0.24.2.tar.gz", hash = "sha256:be32417594080a52f996afd83fd47ea9c2b83cbf13f6d3fbf3de809a0dfa7ead"}, {file = "drf-spectacular-0.25.0.tar.gz", hash = "sha256:5dbda8112226e7b72e7b8039eefc955bd8f8fa429efca5407d402b0382cd1ae3"},
{file = "drf_spectacular-0.24.2-py3-none-any.whl", hash = "sha256:b276e6f7bda6dfb911e742dab87c6e97bc67da2dafe82d6fd8df7cec6c8b03ec"}, {file = "drf_spectacular-0.25.0-py3-none-any.whl", hash = "sha256:43251ffd4c0af9302fa57af9879986ed2796933f51cd392d1331dcceb3152631"},
] ]
[package.dependencies] [package.dependencies]
Django = ">=2.2" Django = ">=2.2"
djangorestframework = ">=3.10" djangorestframework = ">=3.10.3"
inflection = ">=0.3.1" inflection = ">=0.3.1"
jsonschema = ">=2.6.0" jsonschema = ">=2.6.0"
PyYAML = ">=5.1" PyYAML = ">=5.1"
@ -3845,4 +3845,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "8598364e34fd78dda919dacc6d87ac00ece7987ca32ef1457714b151644acb2f" content-hash = "793dcbd85e570bf929e8d5cc69f7bbeac06c9172b373ea2e3a0c788b5cabb4e4"

View File

@ -72,7 +72,7 @@ django-auth-ldap = "==4.1.0"
uvicorn = {version = "==0.20.0", extras = ["standard"]} uvicorn = {version = "==0.20.0", 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.24.2" drf-spectacular = "==0.25.0"
sentry-sdk = "==1.11.1" sentry-sdk = "==1.11.1"
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