Skip to content

Commit 29f10dd

Browse files
Bump pre-commit from 4.0.1 to 4.1.0 in /client
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.0.1 to 4.1.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86b074d commit 29f10dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ requires-python = ">=3.10"
3232
certgrinder = "certgrinder.certgrinder:main"
3333

3434
[project.optional-dependencies]
35-
dev = ["twine == 5.1.0", "pre-commit == 4.0.1", "setuptools-scm == 8.1.0", "build==1.2.2.post1"]
35+
dev = ["twine == 5.1.0", "pre-commit == 4.1.0", "setuptools-scm == 8.1.0", "build==1.2.2.post1"]
3636
test = ["pytest == 8.3.4", "pytest-cov==6.0.0", "tox == 4.23.2"]
3737
docs = ["Sphinx==8.1.3", "sphinx-rtd-theme==3.0.2", "sphinx-argparse==0.4.0"]
3838

0 commit comments

Comments
 (0)