Skip to content

Commit e28a23e

Browse files
authored
Merge pull request #52 from neo4j/dependabot/pip/python-wrapper/ruff-0.9.0
Bump ruff from 0.8.6 to 0.9.0 in /python-wrapper
2 parents fc432c4 + b3fefbf commit e28a23e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python-wrapper/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requires-python = ">=3.9"
4040

4141
[project.optional-dependencies]
4242
dev = [
43-
"ruff==0.8.6",
43+
"ruff==0.9.0",
4444
"mypy==1.14.1",
4545
"pytest==8.3.4",
4646
"selenium==4.27.1",

python-wrapper/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_color_nodes_iter_exhausted() -> None:
5757
with pytest.warns(
5858
UserWarning,
5959
match=(
60-
"Ran out of colors for property 'caption'. 3 colors were needed, but only 2 were given, " "so reused colors"
60+
"Ran out of colors for property 'caption'. 3 colors were needed, but only 2 were given, so reused colors"
6161
),
6262
):
6363
VG.color_nodes("caption", ["#000000", "#00FF00"])

0 commit comments

Comments
 (0)