Skip to content

Commit 90cb29d

Browse files
[mypy] Use type-setuptools instead of types-pkg-resources (#10120)
Closes #10117 (cherry picked from commit fa00126) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 9955701 commit 90cb29d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ repos:
140140
"platformdirs==2.2.0",
141141
"py==1.11",
142142
"tomlkit>=0.10.1",
143-
"types-pkg_resources==0.1.3",
143+
"types-setuptools==75.6.0.20241126",
144144
]
145145
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
146146
- repo: https://github.com/rbubley/mirrors-prettier

requirements_test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pytest-cov~=5.0
66
pytest-xdist~=3.6
77
six
88
# Type packages for mypy
9-
types-pkg_resources==0.1.3
9+
types-setuptools==75.6.0.20241126
1010
tox>=3

0 commit comments

Comments
 (0)