From 2006378a2f581de42fc5969f2d9c34ca5f234455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:05:19 +0000 Subject: [PATCH 1/2] Update mypy requirement from 1.1.1 to 1.14.1 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.1.1...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f0edc47..76caf32 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ flake8-docstrings = "*" flake8-black = "*" flake8-copyright = "*" flake8-file-encoding = "*" -mypy = "1.1.1" +mypy = "1.16.1" pytest = "*" pyfakefs = "*" pytest-cov = "*" From c8bcd8fa9a985fce02d3d7800d9f859f7a2a0f9e Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 27 Jun 2025 18:05:44 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- news/20250627180544.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/20250627180544.bugfix diff --git a/news/20250627180544.bugfix b/news/20250627180544.bugfix new file mode 100644 index 0000000..d23c172 --- /dev/null +++ b/news/20250627180544.bugfix @@ -0,0 +1 @@ +Dependency upgrade: mypy-1.14.1