Skip to content

Commit

Permalink
chore: update python depts
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Mar 22, 2024
1 parent dd3e156 commit 1bb25a6
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
132 changes: 66 additions & 66 deletions docat/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
tinydb = "^4.8.0"
fastapi = {version = "^0.106.0", extras = ["all"]}
python-multipart = "^0.0.6"
uvicorn = "^0.25.0"
fastapi = {version = "^0.110.0", extras = ["all"]}
python-multipart = "^0.0.9"
uvicorn = "^0.29.0"
python-magic = "^0.4.27"

[tool.poetry.dev-dependencies]
flake8 = "^6.0.0"
flake8 = "^7.0.0"
flake8-isort = "^6.1.1"
flake8-black = "^0.3.6"
pytest = "^7.4.3"
pytest = "^8.1.1"
pytest-cov = "^4.1.0"
requests = "^2.31.0"
mypy = "^1.8.0"
mypy = "^1.9.0"

[tool.pytest.ini_options]
minversion = "6.0"
Expand Down

0 comments on commit 1bb25a6

Please sign in to comment.