Skip to content

Commit d6b7e47

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency black to v24.10.0 (#12743)
* chore(deps): update dependency black to v24.10.0 * Black 24.10.0 drops Python 3.8 support --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 4fe5495 commit d6b7e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
isort==5.12.0; python_version > "3.7"
22
isort==5.11.4; python_version <= "3.7"
3-
black==24.8.0
3+
black==24.8.0; python_version < "3.9"
4+
black==24.10.0; python_version >= "3.9"
45
google-cloud-compute==1.19.1

0 commit comments

Comments
 (0)