Skip to content

Commit

Permalink
Bump pre-commit from 3.5.0 to 3.6.2 in /tests (#711)
Browse files Browse the repository at this point in the history
* Bump pre-commit from 3.5.0 to 3.6.2 in /tests

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* keep old version for python 3.8

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Leszek Grzanka <[email protected]>
  • Loading branch information
dependabot[bot] and grzanka authored Mar 12, 2024
1 parent 540d73f commit 2cdeacf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pytest==8.1.1
flake8==7.0.0
sphinx==7.1.2
mcpl==1.6.2
pre-commit==3.5.0
yapf==0.40.2
requests==2.31.0
pre-commit<3.6 ; python_version < '3.9'
pre-commit==3.6.2; python_version >= '3.9'

0 comments on commit 2cdeacf

Please sign in to comment.