diff --git a/poetry.lock b/poetry.lock index 072e40b..6758c14 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1140,4 +1140,4 @@ postgres = ["psycopg", "psycopg_pool"] [metadata] lock-version = "2.0" python-versions = ">=3.11 <3.14" -content-hash = "4e18d7885cd65d43c0835b88bdade4c1dca227081c084538af8674815b91aa59" +content-hash = "59b913669493d09e8d32060091c232392d33c8d92344210fb9a54a93f3a3ae77" diff --git a/pyproject.toml b/pyproject.toml index 9eb95f4..76011b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ tzdata = "*" [tool.poetry.group.dev.dependencies] commitizen = "^3.12.0" coverage = { extras = ["toml"], version = "^7.3.1" } -mypy = "^1.4.0" +mypy = "~1.11" pre-commit = "^4.0.0" pytest = "^8.0.0" pytest-cov = "^5.0.0"