Skip to content

Commit

Permalink
mypy dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 24, 2024
1 parent 1a6f038 commit c3b2ca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ slowapi = "^0.1.9"
cbor2 = "^5.6.2"
asyncpg = "^0.29.0"
aiosqlite = "^0.20.0"
mypy = "^1.11.0"
coverage = "^7.6.0"

[tool.poetry.group.dev.dependencies]
pytest-asyncio = "^0.21.1"
Expand All @@ -46,7 +44,8 @@ pre-commit = "^3.3.3"
fastapi-profiler = "^1.2.0"
respx = "^0.20.2"
ruff = "^0.2.1"
mypy = "^1.8.0"
mypy = "^1.11.0"
coverage = "^7.6.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit c3b2ca0

Please sign in to comment.