From 67ad67753b6a816f64a246077bddfe9e9665992c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:11:08 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.6.1 (#251) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3e500a7..5a139a72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ experimental = ["cognite-sdk-experimental"] [tool.poetry.group.dev.dependencies] black = "23.10.0" -mypy = "1.5.1" +mypy = "1.6.1" ruff = "^0.0.289" pytest = "^7.0.0" pytest-cov = "^4.0.0"