From 41d50b0742303aa5291a6ba08efc74728e421edd Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Wed, 28 Aug 2024 20:00:39 +0200 Subject: [PATCH] fix the failing `pre-commit.ci` runs (#9411) * use `types-setuptools` instead of the deprecated `types-pkg_resources` * [skip-ci][skip-rtd] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0a3e6bbf4e..948455ebca2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: additional_dependencies: [ # Type stubs types-python-dateutil, - types-pkg_resources, + types-setuptools, types-PyYAML, types-pytz, typing-extensions>=4.1.0,