From 691035e0a1913355bf51a5aeb7b0ab42a33cb6cb Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sun, 6 Nov 2022 12:43:03 +0000 Subject: [PATCH] Update dependency drf-spectacular to v0.24.2 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index a8786a3bc..ed8621356 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -801,7 +801,7 @@ pytz = "*" [[package]] name = "drf-spectacular" -version = "0.23.1" +version = "0.24.2" description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework" category = "main" optional = false @@ -2193,7 +2193,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "c1ec08657ddf4c1994cfeca0ec1584769e1253b44589ca30ac173482c4198fad" +content-hash = "eb24c80bd2dc05d18968011e8f5ffe1705a2289b85b43a7cefccbdba9cd8e70d" [metadata.files] aiohttp = [ @@ -2678,8 +2678,8 @@ djangorestframework = [ {file = "djangorestframework-3.13.1.tar.gz", hash = "sha256:0c33407ce23acc68eca2a6e46424b008c9c02eceb8cf18581921d0092bc1f2ee"}, ] drf-spectacular = [ - {file = "drf-spectacular-0.23.1.tar.gz", hash = "sha256:d1724da1fd4ae99d66333b1c8530f3c51788d87b380f5951830bf8405f234120"}, - {file = "drf_spectacular-0.23.1-py3-none-any.whl", hash = "sha256:2e42ae16717a5c3b2ae8632ac2b92f7eeb7b4fb9a941bc7879a92343e50ddeb6"}, + {file = "drf-spectacular-0.24.2.tar.gz", hash = "sha256:be32417594080a52f996afd83fd47ea9c2b83cbf13f6d3fbf3de809a0dfa7ead"}, + {file = "drf_spectacular-0.24.2-py3-none-any.whl", hash = "sha256:b276e6f7bda6dfb911e742dab87c6e97bc67da2dafe82d6fd8df7cec6c8b03ec"}, ] factory-boy = [ {file = "factory_boy-3.2.1-py2.py3-none-any.whl", hash = "sha256:eb02a7dd1b577ef606b75a253b9818e6f9eaf996d94449c9d5ebb124f90dc795"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index cf70dcce9..f5a5d1726 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -55,7 +55,7 @@ django-auth-ldap = "==4.1.0" uvicorn = {version = "==0.18.3", extras = ["standard"]} django-cache-memoize = "0.1.10" requests-http-message-signatures = "==0.3.1" -drf-spectacular = "==0.23.1" +drf-spectacular = "==0.24.2" sentry-sdk = "==1.9.8" 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