From f4bb8dc757357130013545835b58ab064cb20f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:58:23 +0000 Subject: [PATCH] Update mypy requirement from ~=1.18.0 to >=1.18,<1.20 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.18.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd4366d01..5806cba83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues" [dependency-groups] dev = [ - "mypy~=1.18.0", + "mypy>=1.18,<1.20", "ruff~=0.14.5", "types-setuptools~=80.9.0.20250822", "types-Authlib~=1.6.5.20251005",