Skip to content

Commit 33f4865

Browse files
committed
fix(deps): update dependency flake8 to v7
1 parent b10dc28 commit 33f4865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Changelog = "https://github.com/googleapis/langchain-google-spanner-python/blob/
3737
[project.optional-dependencies]
3838
lint = [
3939
"black[jupyter]==24.8.0",
40-
"flake8==6.1.0",
40+
"flake8==7.1.1",
4141
"isort==5.13.2",
4242
]
4343

4444
test = [
4545
"black[jupyter]==24.8.0",
4646
"bs4==0.0.2",
47-
"flake8==6.1.0",
47+
"flake8==7.1.1",
4848
"isort==5.13.2",
4949
"mypy==1.11.2",
5050
"pytest==8.3.3",

0 commit comments

Comments
 (0)