Skip to content

Commit

Permalink
bump black, packaging versions
Browse files Browse the repository at this point in the history
This still doesn't change what's checked for in individual repos
(LibraryValidator)
  • Loading branch information
jepler committed Mar 20, 2024
1 parent 38b61d2 commit 043fdeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: reuse
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/pycqa/pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#
# SPDX-License-Identifier: MIT

black==22.3.0
packaging==20.3
black==24.3.0
packaging==22.0
pylint==2.11.1
pytest
pyyaml>=5.4.1
Expand Down

0 comments on commit 043fdeb

Please sign in to comment.