Skip to content

Commit 0917f27

Browse files
chore(deps-dev): bump black from 24.8.0 to 24.10.0 in /requirements (#692)
* chore(deps-dev): bump black from 24.8.0 to 24.10.0 in /requirements Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * use older version for py3.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mehmet Nuri Deveci <[email protected]>
1 parent a196205 commit 0917f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/dev.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ parameterized==0.9.0
99
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
1010

1111
# formatter
12-
black==24.8.0
12+
black==24.10.0; python_version>="3.9"
13+
black==24.8.0; python_version<"3.9"
1314
ruff==0.6.9

0 commit comments

Comments
 (0)