From 6e8fff47e7842e7b6300f0deaca901f2cad3b6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 02:14:48 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 1.17.1 to 1.18.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 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 55343d37..576ad434 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ psycopg-binary = {version = "==3.2.10", markers="implementation_name == 'cpython pytest-cov = "==7.0.0" pytest-xdist = "==3.8.0" mock = "==5.2.0" -mypy = "==1.17.1" +mypy = "==1.18.1" types-setuptools = "==80.9.0.20250822" tbump = "==6.11.0"