From 4000c3fc4e06c0e34aeebc9268087ccdbf145f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 18:11:00 +0000 Subject: [PATCH] Bump mypy from 1.17.1 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbc21b1..b1ef3be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Repository = "https://github.com/tandemdude/pysel" [project.optional-dependencies] dev = ["nox==2025.5.1"] -"dev.typecheck" = ["mypy==1.17.1"] +"dev.typecheck" = ["mypy==1.19.0"] "dev.format" = ["ruff==0.14.0"] "dev.slotscheck" = ["slotscheck>=0.19.0, <1"] "dev.test" = ["pytest==8.3.5"]