Skip to content

Commit 41a7574

Browse files
chore(deps-dev): bump pre-commit from 3.5.0 to 3.6.0 (#3577)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.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@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc957a0 commit 41a7574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ black==23.10.1
22
isort; python_version < "3.8"
33
isort==5.12.0; python_version >= "3.8"
44
pre-commit; python_version < "3.8"
5-
pre-commit==3.5.0; python_version >= "3.8"
5+
pre-commit==3.6.0; python_version >= "3.8"
66
flake8; python_version < "3.8"
77
flake8==6.1.0; python_version >= "3.8"
88
bandit==1.7.5

0 commit comments

Comments
 (0)