From 28bd9d7c3bc77be9f211b87ceeed8ba85ee54050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:30:58 +0000 Subject: [PATCH] Bump mypy from 1.12.1 to 1.13.0 in the pip-minor-patch group Bumps the pip-minor-patch group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 8c103ac..60b5bc1 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,7 @@ -r requirements.txt black~=24.10 isort~=5.13 -mypy~=1.12 +mypy~=1.13 pytest-datafiles~=3.0 pytest~=8.3 types-PyYAML~=6.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 7aa197e..55b6896 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ jsonschema-specifications==2023.12.1 # via # -r requirements.txt # jsonschema -mypy==1.12.1 +mypy==1.13.0 # via -r requirements-dev.in mypy-extensions==1.0.0 # via