Skip to content

Commit 64c92ac

Browse files
Update mypy requirement from ~=1.9.0 to >=1.9,<1.19
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](python/mypy@1.9.0...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a89da85 commit 64c92ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Issues = "https://github.com/atlanhq/atlan-python/issues"
4848

4949
[dependency-groups]
5050
dev = [
51-
"mypy~=1.9.0",
51+
"mypy>=1.9,<1.19",
5252
"ruff~=0.12.8",
5353
"types-requests~=2.31.0.6",
5454
"types-setuptools~=75.8.0.20250110",

0 commit comments

Comments
 (0)