pyproject.toml: bump flake8

This commit is contained in:
Alan Orth 2023-05-30 16:03:35 +03:00
parent 7cd762a5a2
commit 913596c61d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ authors = ["Alan Orth <aorth@mjanja.ch>"]
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"