Skip to content

Commit

Permalink
Update black requirement from ~=22.10.0 to ~=22.12.0 (#49)
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.10.0...22.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Jan 15, 2023
1 parent d015080 commit fade443
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 45 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ coverage = "~=7.0.3"
gunicorn = "~=20.1.0"
pylint = "~=2.15.5"
isort = "~=5.10.1"
black = "~=22.10.0"
black = "~=22.12.0"
pre-commit = "~=2.20.0"
sqlalchemy = "~=1.4.45"

Expand Down
80 changes: 36 additions & 44 deletions Pipfile.lock

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

0 comments on commit fade443

Please sign in to comment.