Skip to content

Commit

Permalink
[requirements] upgrade some requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBldy committed Mar 26, 2024
1 parent c094555 commit 2ab2397
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 @@ -5,6 +5,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ test =
requests_mock

lint =
black==24.2.0; python_version >= '3.8'
pre-commit==3.6.2; python_version >= '3.9'
black==24.3.0; python_version >= '3.8'
pre-commit==3.7.0; python_version >= '3.9'

0 comments on commit 2ab2397

Please sign in to comment.