From fec380e3356d55f97394fc24e6ced267291c3a51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:45:41 +0000 Subject: [PATCH] [tool] chore(deps): Update dependency mypy to ~=1.20.2 --- shodan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shodan/pyproject.toml b/shodan/pyproject.toml index 99066d2e..76da3434 100644 --- a/shodan/pyproject.toml +++ b/shodan/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "black~=25.1", # Code formatter "isort~=7.0.0", # Import sorter "ruff~=0.14.2", # linter - "mypy~=1.18.2", # Type validator + "mypy~=1.20.2", # Type validator "pip_audit~=2.9.0", # Security checker "pre-commit~=4.3.0", # Git hooks "types-PyYAML~=6.0.12", # stubs for untyped module