From c47bb2aba757c58f2f411d8d1f66c11e6f60ea93 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 11 Sep 2024 15:45:52 +0300 Subject: [PATCH] pyproject.toml: bump all deps These are passing pytest locally as well as a manual harvest. --- pyproject.toml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a65bdcb..3f4314d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,18 +7,17 @@ license = "GPL-3.0-only" [tool.poetry.dependencies] python = "^3.8.1" -gunicorn = "^22.0.0" -falcon = "3.1.3" -psycopg2 = "^2.9.1" -requests = "^2.24.0" +gunicorn = "^23.0.0" +falcon = "^3.1.3" +psycopg2 = "^2.9.9" +requests = "^2.32.3" falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"} [tool.poetry.group.dev.dependencies] -black = "^23.0.0" -fixit = "^2.1.0" -flake8 = "^7.0.0" -isort = "^5.9.1" -pytest = "^7.0.0" +black = "^24.0.0" +flake8 = "^7.1.1" +isort = "^5.13.2" +pytest = "^8.3.3" [build-system] requires = ["poetry>=0.12"]