From c2f625184c9b4de38f130131aaf75d0a004e21f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:58:25 +0000 Subject: [PATCH] Update mypy requirement in /lib/py in the all-dependencies group Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- lib/py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/py/pyproject.toml b/lib/py/pyproject.toml index 8f9c65e19..074a6eef3 100644 --- a/lib/py/pyproject.toml +++ b/lib/py/pyproject.toml @@ -17,7 +17,7 @@ name = "Telepact Authors" email = "telepact@googlegroups.com" [dependency-groups] -dev = [ "nats-py>=2.11,<3", "prometheus-client>=0.22,<0.26", "mypy>=1.17,<2", "build>=1.3,<2", "toml>=0.10.2,<0.11",] +dev = [ "nats-py>=2.11,<3", "prometheus-client>=0.22,<0.26", "mypy>=1.17,<3", "build>=1.3,<2", "toml>=0.10.2,<0.11",] [tool.setuptools.package-data] telepact = [ "json/*.json", "json/*.yaml",]