From f53aefa4e7e2ef7c6141f0aacd466ae2adcced7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 14:56:17 +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 e32d33f..d03c19c 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ flake8-docstrings = "*" flake8-black = "*" flake8-copyright = "*" flake8-file-encoding = "*" -mypy = "1.1.1" +mypy = "1.19.1" pytest = "*" pyfakefs = "*" pytest-cov = "*" From 0471984c050c433d5786cae9a4089c8f3e8df505 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Wed, 8 Apr 2026 14:56:50 +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/20260408145650.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/20260408145650.bugfix diff --git a/news/20260408145650.bugfix b/news/20260408145650.bugfix new file mode 100644 index 0000000..d23c172 --- /dev/null +++ b/news/20260408145650.bugfix @@ -0,0 +1 @@ +Dependency upgrade: mypy-1.14.1