Skip to content

Commit f861e1d

Browse files
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](python/mypy@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] <support@github.com>
1 parent da242b9 commit f861e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

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

4848
[dependency-groups]
4949
dev = [
50-
"mypy~=1.18.0",
50+
"mypy>=1.18,<1.20",
5151
"ruff~=0.14.5",
5252
"types-setuptools~=80.9.0.20250822",
5353
"pytest~=8.4.2",

0 commit comments

Comments
 (0)