From 913596c61dceef38a03d9c0db2562e973082cd94 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 30 May 2023 16:03:35 +0300 Subject: [PATCH] pyproject.toml: bump flake8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d636c9..0046c22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Alan Orth "] license = "GPL-3.0-only" [tool.poetry.dependencies] -python = "^3.8" +python = "^3.8.1" gunicorn = "^20.0.4" falcon = "3.1.1" psycopg2 = "^2.9.1" @@ -14,7 +14,7 @@ requests = "^2.24.0" falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"} [tool.poetry.dev-dependencies] -flake8 = "^4.0.1" +flake8 = "^6.0.0" pytest = "^7.0.0" black = "^23.0.0" isort = "^5.9.1"