Skip to content

Commit 1de8968

Browse files
The Pyink Maintainerscopybara-github
authored andcommitted
Update pyproject.toml to depend on Black 24.10.0.
Pyink 24.10.0 accidentally depended on Black 24.8.0, instead of Black 24.10.0, which causes the build to fail with Python 3.13 due to Black 24.8.0 not yet being compatible with that version. Fixes #60 PiperOrigin-RevId: 713974224
1 parent 5ace049 commit 1de8968

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

patches/pyink.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
"platformdirs>=2",
11641164
"tomli>=1.1.0; python_version < '3.11'",
11651165
"typing_extensions>=4.0.1; python_version < '3.11'",
1166-
+ "black==24.8.0",
1166+
+ "black==24.10.0",
11671167
]
11681168
-dynamic = ["readme", "version"]
11691169
+dynamic = ["version"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"platformdirs>=2",
4343
"tomli>=1.1.0; python_version < '3.11'",
4444
"typing_extensions>=4.0.1; python_version < '3.11'",
45-
"black==24.8.0",
45+
"black==24.10.0",
4646
]
4747
dynamic = ["version"]
4848

0 commit comments

Comments
 (0)