Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 3506c7441c
Merge 2ab89e1c28 into 8c7a5c4047 2024-01-04 17:15:43 +00:00
renovate[bot] 2ab89e1c28
Update falcon-swagger-ui digest to 818c09e
continuous-integration/drone/push Build is passing Details
2024-01-04 17:15:41 +00:00
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

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

View File

@ -11,7 +11,7 @@ gunicorn = "^21.0.0"
falcon = "3.1.3"
psycopg2 = "^2.9.1"
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]
black = "^23.0.0"