From 2444188fcb8b15704d60c2fc510b8d1741fe75a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 02:55:31 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.15.0 to 1.16.0 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 04e6d499..941f1d84 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ psycopg-binary = {version = "==3.2.9", markers="implementation_name == 'cpython' pytest-cov = "==6.1.1" pytest-xdist = "==3.7.0" mock = "==5.2.0" -mypy = "==1.15.0" +mypy = "==1.16.0" types-setuptools = "==80.9.0.20250529" tbump = "==6.11.0"