Skip to content

Commit

Permalink
fix(deps): update dependency flake8 to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 30, 2025
1 parent b10dc28 commit 33f4865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Changelog = "https://github.com/googleapis/langchain-google-spanner-python/blob/
[project.optional-dependencies]
lint = [
"black[jupyter]==24.8.0",
"flake8==6.1.0",
"flake8==7.1.1",
"isort==5.13.2",
]

test = [
"black[jupyter]==24.8.0",
"bs4==0.0.2",
"flake8==6.1.0",
"flake8==7.1.1",
"isort==5.13.2",
"mypy==1.11.2",
"pytest==8.3.3",
Expand Down

0 comments on commit 33f4865

Please sign in to comment.