Skip to content

Commit

Permalink
Bump pre-commit from 2.21.0 to 3.0.4 (#151)
Browse files Browse the repository at this point in the history
* Bump pre-commit from 2.21.0 to 3.0.4

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.21.0 to 3.0.4.
- [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@v2.21.0...v3.0.4)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix for Python 3.7

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pylipp <beth.aleph@yahoo.de>
  • Loading branch information
dependabot[bot] and pylipp committed Feb 7, 2023
1 parent 87b2197 commit 7896f7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ develop = [
"gitlint-core==0.18.0",
'isort==5.12.0; python_version >= "3.8"',
'isort==5.11.4; python_version < "3.8"',
"pre-commit==2.21.0",
'pre-commit==3.0.4; python_version >= "3.8"',
'pre-commit==2.21.0; python_version < "3.8"',
]
packaging = [
"build",
Expand Down

0 comments on commit 7896f7e

Please sign in to comment.