From 541fabb60ea38edfeeee4c2cc9f7d577017951d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 08:32:26 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.5.1 (#239) 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 091cd0ee..63999452 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ experimental = ["cognite-sdk-experimental"] [tool.poetry.group.dev.dependencies] black = "23.7.0" -mypy = "1.5.0" +mypy = "1.5.1" ruff = "^0.0.285" pytest = "^7.0.0" pytest-cov = "^4.0.0"