From a50de4c8b737f6ba19ab63f56e380bc5361086c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:07:43 +0000 Subject: [PATCH] build(deps): bump mypy from 1.15.0 to 1.18.2 Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...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] --- pyproject.toml | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..367c7a3 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "Werkzeug[watchdog]==3.1.3", "ipdb==0.13.13", "watchfiles==1.0.4", - "mypy==1.15.0", + "mypy==1.18.2", "pytest==8.3.5", "pytest-sugar==1.0.0", "factory-boy==3.3.3", diff --git a/requirements/local.txt b/requirements/local.txt index c22d9b1..0960941 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -6,7 +6,7 @@ watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ -mypy==1.15.0 # https://github.com/python/mypy +mypy==1.18.2 # https://github.com/python/mypy pytest==8.3.5 # https://github.com/pytest-dev/pytest pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar factory-boy==3.3.3 # https://github.com/FactoryBoy/factory_boy