From 57413fefc21bd4a1b601783b5964ce36eaaa3641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:56:30 +0000 Subject: [PATCH] Bump mypy from 1.19.1 to 1.20.1 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 0c28adc..5258714 100644 --- a/requirements.in +++ b/requirements.in @@ -11,7 +11,7 @@ psycopg-binary==3.3.3 whitenoise==6.11.0 # Dev / QA -mypy==1.19.1 +mypy==1.20.1 pre_commit==4.5.1 pytest==9.0.2 ruff==0.15.1 diff --git a/requirements.txt b/requirements.txt index 487b0a3..4d4234f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ iniconfig==2.3.0 # via pytest librt==0.8.1 # via mypy -mypy==1.19.1 +mypy==1.20.1 # via -r requirements.in mypy-extensions==1.1.0 # via mypy