Skip to content

Commit

Permalink
Update locked dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Oct 10, 2024
1 parent fc75cd2 commit 9c61e62
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 21 deletions.
145 changes: 129 additions & 16 deletions docat/poetry.lock

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

10 changes: 5 additions & 5 deletions docat/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.10"
tinydb = "^4.8.0"
fastapi = {version = "^0.110.0", extras = ["all"]}
python-multipart = "^0.0.9"
tinydb = "^4.8.1"
fastapi = {version = "^0.115.0", extras = ["all"]}
python-multipart = "^0.0.12"
uvicorn = "^0.30.1"
python-magic = "^0.4.27"

[tool.poetry.dev-dependencies]
ruff = "^0.6.9"
pytest = "^8.2.2"
pytest = "^8.3.3"
pytest-cov = "^5.0.0"
requests = "^2.32.3"
mypy = "^1.10.0"
mypy = "^1.11.2"

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

0 comments on commit 9c61e62

Please sign in to comment.