From 58f54ac5013fbfd6a3e79bf5a0415d86aada43f2 Mon Sep 17 00:00:00 2001 From: Louis des Landes Date: Mon, 8 Jan 2024 17:24:09 +1030 Subject: [PATCH] Bump connexion --- poetry.lock | 18 +++++++++++++++++- pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 995eb66..e2ec528 100644 --- a/poetry.lock +++ b/poetry.lock @@ -230,6 +230,7 @@ jsonschema = ">=2.5.1,<5" packaging = ">=20" PyYAML = ">=5.1,<7" requests = ">=2.9.1,<3" +swagger-ui-bundle = {version = ">=0.0.2,<0.1", optional = true, markers = "extra == \"swagger-ui\""} werkzeug = ">=1.0,<2.3" [package.extras] @@ -1066,6 +1067,17 @@ category = "main" optional = false python-versions = ">=3.5" +[[package]] +name = "swagger-ui-bundle" +version = "0.0.9" +description = "swagger_ui_bundle - swagger-ui files in a pip package" +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +Jinja2 = ">=2.0" + [[package]] name = "tabulate" version = "0.8.9" @@ -1230,7 +1242,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "06f19c9979f356c3e1a58327e81577ba9a14adf84ba8d49a6c047bb31e914b2b" +content-hash = "ef803fa5418eccdff4242b88ad9c45c29ba6db2fed4d5d40ede5f579fe290aca" [metadata.files] aiohttp = [ @@ -2021,6 +2033,10 @@ sqlparse = [ {file = "sqlparse-0.4.1-py3-none-any.whl", hash = "sha256:017cde379adbd6a1f15a61873f43e8274179378e95ef3fede90b5aa64d304ed0"}, {file = "sqlparse-0.4.1.tar.gz", hash = "sha256:0f91fd2e829c44362cbcfab3e9ae12e22badaa8a29ad5ff599f9ec109f0454e8"}, ] +swagger-ui-bundle = [ + {file = "swagger_ui_bundle-0.0.9-py3-none-any.whl", hash = "sha256:cea116ed81147c345001027325c1ddc9ca78c1ee7319935c3c75d3669279d575"}, + {file = "swagger_ui_bundle-0.0.9.tar.gz", hash = "sha256:b462aa1460261796ab78fd4663961a7f6f347ce01760f1303bbbdf630f11f516"}, +] tabulate = [ {file = "tabulate-0.8.9-py3-none-any.whl", hash = "sha256:d7c013fe7abbc5e491394e10fa845f8f32fe54f8dc60c6622c6cf482d25d47e4"}, {file = "tabulate-0.8.9.tar.gz", hash = "sha256:eb1d13f25760052e8931f2ef80aaf6045a6cceb47514db8beab24cded16f13a7"}, diff --git a/pyproject.toml b/pyproject.toml index b8a033f..943ca1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.6" django = {extras = ["argon2"],version = "<2.3.0"} requests = "*" pytz = "*" -connexion = ">=2.6.0" +connexion = {version = ">=2.14.2", extras = ["swagger-ui"]} gunicorn = "*" psycopg2-binary = "*" whitenoise = {extras = ["brotli"],version = "*"}