Skip to content

Commit

Permalink
Merge pull request #1567 from beeware/dependabot/pip/pre-commit-3.6.0
Browse files Browse the repository at this point in the history
Bump pre-commit from 3.5.0 to 3.6.0
  • Loading branch information
freakboy3742 authored Dec 10, 2023
2 parents be0bdb3 + 2ab709d commit d32f74f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changes/1567.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated pre-commit from 3.5.0 to 3.6.0.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ dependencies = [
dev = [
"coverage[toml] == 7.3.2",
"coverage-conditional-plugin == 0.9.0",
"pre-commit == 3.5.0",
# Pre-commit 3.6.0 deprecated support for Python 3.8
"pre-commit == 3.5.0 ; python_version < '3.9'",
"pre-commit == 3.6.0 ; python_version >= '3.9'",
"pytest == 7.4.3",
"pytest-xdist == 3.5.0",
"setuptools_scm == 8.0.4",
Expand Down

0 comments on commit d32f74f

Please sign in to comment.