Skip to content

Commit

Permalink
update-mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Jun 20, 2024
1 parent 028db19 commit 57c20f5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 31 deletions.
55 changes: 26 additions & 29 deletions backend/poetry.lock

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

4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ dynaconf = "^3.1.7"
httpx = "^0.23.1"
pydantic = "^1.9.1"
fastapi-utils = "^0.2.1"
fastapi = "^0.103.1"
fastapi = "^0.103.1"
uvicorn = { extras = ["standard"], version = "^0.20.0" }
pygraphviz = "^1.10"
confluent-kafka = "2.4.0"
cachetools = "^4.2.2"
kubernetes-asyncio = "^23.6.0"

[tool.poetry.group.dev.dependencies]
mypy = "1.0.0"
mypy = "^0.981"
flake8 = "^4.0.1"
black = "^22.6.0"
isort = "^5.12.0"
Expand Down

0 comments on commit 57c20f5

Please sign in to comment.