diff --git a/pyproject.toml b/pyproject.toml index 11c4997..77dad71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-only" [tool.poetry.dependencies] python = "^3.6" gunicorn = "^20.0.4" -falcon = "3.0.0" +falcon = "3.1.0" 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"}