Skip to content

Commit

Permalink
Update black requirement from ~=23.10 to ~=23.11 (#660)
Browse files Browse the repository at this point in the history
* Update black requirement from ~=23.10 to ~=23.11

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.10.0...23.11.0)

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

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

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <buildbot@fishtownanalytics.com>
  • Loading branch information
dependabot[bot] and FishtownBuildBot authored Nov 8, 2023
1 parent fe1414f commit e79680a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231108-190800.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update black requirement from ~=23.10 to ~=23.11"
time: 2023-11-08T19:08:00.00000Z
custom:
Author: dependabot[bot]
PR: 660
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.10
black~=23.11
bumpversion~=0.6.0
click~=8.1
ddtrace~=2.1
Expand Down

0 comments on commit e79680a

Please sign in to comment.