Skip to content

Commit

Permalink
Update black requirement from ~=23.7 to ~=23.9
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@23.7.0...23.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 4c5e49b commit 5ab338b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-postgres&subdirectory=plugi

# if version 1.x or greater -> pin to major version
# if version 0.x -> pin to minor
black~=23.7
black~=23.9
bumpversion~=0.6.0
click~=8.1
ddtrace~=1.18
Expand Down

0 comments on commit 5ab338b

Please sign in to comment.