Skip to content

Commit

Permalink
Pin pre-commit to latest version 3.8.0 (#2125)
Browse files Browse the repository at this point in the history
* Pin pre-commit to latest version 3.8.0

* Update requirements/test.txt

---------

Co-authored-by: Tomer Nosrati <[email protected]>
  • Loading branch information
pyup-bot and Nusnus authored Sep 25, 2024
1 parent e927d07 commit 74779a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ Pyro4==4.82
pytest-freezer==0.4.8
pytest-sugar==1.0.0
pytest==8.3.3
pre-commit>=3.5.0,<3.6.0; python_version < '3.9'
pre-commit>=3.5.0,<3.8.0; python_version < '3.9'
pre-commit>=3.8.0; python_version >= '3.9'
pre-commit>=3.8.0; python_version >= '3.9'

0 comments on commit 74779a8

Please sign in to comment.