Skip to content

Commit 7c24453

Browse files
chore(deps-dev): bump black from 23.3.0 to 23.7.0 in /requirements (#534)
* chore(deps-dev): bump black from 23.3.0 to 23.7.0 in /requirements Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.3.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements/dev.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wing Fung Lau <[email protected]>
1 parent 2f4a20f commit 7c24453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ parameterized==0.9.0
1111
pyelftools~=0.29 # Used to verify the generated Go binary architecture in integration tests (utils.py)
1212

1313
# formatter
14-
black==23.3.0
14+
black==22.6.0; python_version < "3.8"
15+
black==23.7.0; python_version >= "3.8"
1516
ruff==0.0.287

0 commit comments

Comments
 (0)