Update falcon-swagger-ui digest to 818c09e
continuous-integration/drone/push Build is failing Details

This commit is contained in:
renovate[bot] 2024-01-05 13:53:48 +00:00 committed by GitHub
parent cd3c024a77
commit e93f387b9e
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

@ -225,7 +225,7 @@ files = [
[[package]] [[package]]
name = "falcon-swagger-ui" name = "falcon-swagger-ui"
version = "1.2.1" version = "1.2.1"
description = "Swagger UI Application for Falcon" description = ""
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [] files = []
@ -238,8 +238,8 @@ Jinja2 = "*"
[package.source] [package.source]
type = "git" type = "git"
url = "https://github.com/alanorth/falcon-swagger-ui.git" url = "https://github.com/alanorth/falcon-swagger-ui.git"
reference = "falcon3-update-swagger-ui" reference = "818c09e17ae1231b935f18edb9823878dc6c7bfb"
resolved_reference = "c019c270b479c03d9276e20fd95488495b0943f6" resolved_reference = "818c09e17ae1231b935f18edb9823878dc6c7bfb"
[[package]] [[package]]
name = "fixit" name = "fixit"
@ -770,4 +770,4 @@ zstd = ["zstandard (>=0.18.0)"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8.1" python-versions = "^3.8.1"
content-hash = "415a8a46a5b7f86c2bc1acd5b82422cc79c504664665d3dbf11a76c89516ceb3" content-hash = "f8f3fc51dffc71dfb5171e69bb5acef44d38460ac6a2c5b9b6507b8a1b42d9cc"

View File

@ -11,7 +11,7 @@ gunicorn = "^21.0.0"
falcon = "3.1.3" falcon = "3.1.3"
psycopg2 = "^2.9.1" psycopg2 = "^2.9.1"
requests = "^2.24.0" requests = "^2.24.0"
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"} falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="818c09e17ae1231b935f18edb9823878dc6c7bfb"}
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^23.0.0" black = "^23.0.0"