Skip to content

Commit

Permalink
chore(deps): bump pyflakes from 3.0.1 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [pyflakes](https://github.com/PyCQA/pyflakes) from 3.0.1 to 3.1.0.
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@3.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: pyflakes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 99c721d commit 4c0a00f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lint = [
"flake8==6.0.0",
"mccabe==0.7.0",
"pycodestyle==2.10.0",
"pyflakes==3.0.1",
"pyflakes==3.1.0",
'pandas-stubs>2,<3',
'types-tqdm>4,<5',
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pycodestyle==2.10.0
# via
# flake8
# py-vibracore (pyproject.toml)
pyflakes==3.0.1
pyflakes==3.1.0
# via
# flake8
# py-vibracore (pyproject.toml)
Expand Down

0 comments on commit 4c0a00f

Please sign in to comment.