Skip to content

Commit 6a95a61

Browse files
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](python/mypy@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] <[email protected]>
1 parent b995816 commit 6a95a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
[project.optional-dependencies]
5050
dev = [
51-
"mypy~=1.9.0",
51+
"mypy>=1.9,<1.17",
5252
"ruff~=0.9.9",
5353
"types-requests~=2.31.0.6",
5454
"types-setuptools~=75.8.0.20250110",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy~=1.9.0
1+
mypy>=1.9,<1.17
22
ruff~=0.9.9
33
# [PINNED] for Python 3.8 compatibility
44
# higher versions require urllib3>=2.0

0 commit comments

Comments
 (0)