From 405fabf41dcf27f15ccd937a82f4a39f062c9c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:06:50 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.20.2 to 2.0.0 Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d5a482f2..77c65504 100644 --- a/Pipfile +++ b/Pipfile @@ -17,6 +17,6 @@ psycopg-binary = {version = "==3.3.4", markers="implementation_name == 'cpython' pytest-cov = "==7.1.0" pytest-xdist = "==3.8.0" mock = "==5.2.0" -mypy = {version = "==1.20.2", markers="implementation_name == 'cpython'"} +mypy = {version = "==2.0.0", markers="implementation_name == 'cpython'"} types-setuptools = "==82.0.0.20260408" tbump = "==6.11.0"