Skip to content

Commit

Permalink
chore(web): update Python
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Jun 22, 2024
1 parent fc6d387 commit 651b5c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 651b5c7

Please sign in to comment.