From 651b5c74f8670f2528132741fca06ab64f2d5fd3 Mon Sep 17 00:00:00 2001 From: fliiiix Date: Sat, 22 Jun 2024 15:27:45 +0200 Subject: [PATCH] chore(web): update Python --- docat/pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docat/pyproject.toml b/docat/pyproject.toml index d845dfd8..592e028b 100644 --- a/docat/pyproject.toml +++ b/docat/pyproject.toml @@ -10,17 +10,17 @@ python = "^3.10" tinydb = "^4.8.0" fastapi = {version = "^0.110.0", extras = ["all"]} python-multipart = "^0.0.9" -uvicorn = "^0.29.0" +uvicorn = "^0.30.1" python-magic = "^0.4.27" [tool.poetry.dev-dependencies] -flake8 = "^7.0.0" +flake8 = "^7.1.0" flake8-isort = "^6.1.1" flake8-black = "^0.3.6" -pytest = "^8.1.1" -pytest-cov = "^4.1.0" -requests = "^2.31.0" -mypy = "^1.9.0" +pytest = "^8.2.2" +pytest-cov = "^5.0.0" +requests = "^2.32.3" +mypy = "^1.10.0" [tool.pytest.ini_options] minversion = "6.0"