Skip to content

Commit 69cff4f

Browse files
committed
update spanner
1 parent cf8fb11 commit 69cff4f

2 files changed

Lines changed: 68 additions & 69 deletions

File tree

tools/spanner/poetry.lock

Lines changed: 61 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/spanner/pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ protobuf = ">=5.29,<7.0.0"
1818
statsd = "^4.0.1"
1919

2020
[tool.poetry.group.dev.dependencies]
21-
mypy = "^1.16.0"
22-
pytest = "^8.4.0"
21+
pytest = "^9.0.2"
22+
mypy = "^1.19.1"
2323
pydocstyle = "^6.3.0"
24-
ruff = "^0.12.7"
25-
black = "^25.1.0"
26-
bandit = "^1.8.3"
27-
isort = "^6.0.1"
24+
ruff = "^0.15.6"
25+
black = "^26.3.1"
26+
bandit = "^1.9.4"
27+
isort = "^8.0.1"
28+
2829

2930
[tool.poetry.requires-plugins]
3031
poetry-plugin-export = ">=1.8"

0 commit comments

Comments
 (0)