From e5551724730066c530dbbccb7accf6d808245fde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:57:38 +0000 Subject: [PATCH] Bump mypy from 1.19.1 to 2.0.0 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 0c28adc..c288f2a 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==2.0.0 pre_commit==4.5.1 pytest==9.0.2 ruff==0.15.1 diff --git a/requirements.txt b/requirements.txt index 487b0a3..5bfc97e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,8 @@ # asgiref==3.11.1 # via django +ast-serialize==0.3.0 + # via mypy cfgv==3.5.0 # via pre-commit distlib==0.4.0 @@ -24,9 +26,9 @@ identify==2.6.16 # via pre-commit iniconfig==2.3.0 # via pytest -librt==0.8.1 +librt==0.10.0 # via mypy -mypy==1.19.1 +mypy==2.0.0 # via -r requirements.in mypy-extensions==1.1.0 # via mypy