From 6a95a61a974049eb862ee1731c259fd8add9116c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:04:30 +0000 Subject: [PATCH] Update mypy requirement from ~=1.9.0 to ~=1.16.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/1.9.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0357f246..3b8424791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues" [project.optional-dependencies] dev = [ - "mypy~=1.9.0", + "mypy>=1.9,<1.17", "ruff~=0.9.9", "types-requests~=2.31.0.6", "types-setuptools~=75.8.0.20250110", diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d25f0c2c..28d90611a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -mypy~=1.9.0 +mypy>=1.9,<1.17 ruff~=0.9.9 # [PINNED] for Python 3.8 compatibility # higher versions require urllib3>=2.0