Skip to content

Commit 69583ea

Browse files
committed
Increase lower bound for setuptools dependency for check-manifest
1 parent 953098a commit 69583ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: check-manifest
5252
args: [--no-build-isolation]
53-
additional_dependencies: ["setuptools>=45", "wheel", "setuptools_scm[toml]>=6.2"]
53+
additional_dependencies: ["setuptools>=77", "wheel", "setuptools_scm[toml]"]
5454
- repo: https://github.com/codespell-project/codespell
5555
# Configuration for codespell is in pyproject.toml
5656
rev: v2.4.1

0 commit comments

Comments
 (0)