From 8a8ab3c5c73d02980b0f4508b644ac090b9690d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:02:54 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.17.1 to 1.18.2 Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index b2c0a7b..29582e2 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,6 +2,6 @@ coverage==7.10.6 flake8==7.3.0 -mypy==1.17.1 +mypy==1.18.2 psycopg2==2.9.10 --no-binary psycopg2 tox==4.28.4