Skip to content

Commit

Permalink
Bump pre-commit from 3.2.2 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.5.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.2.2...v3.5.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 8740033 commit 97d9fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ platformdirs==3.11.0
# virtualenv
pluggy==1.3.0
# via pytest
pre-commit==3.2.2 ; python_version > "3.7"
pre-commit==3.5.0 ; python_version > "3.7"
# via appdaemon (pyproject.toml)
pycodestyle==2.10.0
# via flake8
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dev = [
"build ~= 0.10.0",
"flake8 ~= 6.0.0",
"black >= 23.1,< 23.4",
'pre-commit >= 3.1.1,< 3.3.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
'pre-commit >= 3.1.1,< 3.6.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
"pytest >= 7.2.1,< 7.4.0",
"ruff~= 0.0.261"
]
Expand Down

0 comments on commit 97d9fed

Please sign in to comment.