Skip to content

Commit

Permalink
Bump black from 22.8.0 to 24.3.0 in /.github/actions/tweet-commit (#622)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.8.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.8.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent 74e038e commit 59ed13a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/actions/tweet-commit/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tweepy = "==4.14.*"
[dev-packages]
flake8 = "*"
flake8-bugbear = {version = "*",markers = "python_version >= '3.5'"}
black = {version = "==22.8.0",markers = "python_version >= '3.6'"}
black = {version = "==24.3.0",markers = "python_version >= '3.6'"}
flake8-builtins = "*"
flake8-docstrings = "*"

Expand Down
86 changes: 47 additions & 39 deletions .github/actions/tweet-commit/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59ed13a

Please sign in to comment.