Skip to content

Commit

Permalink
Bump vulture from 2.10 to 2.11 (#258)
Browse files Browse the repository at this point in the history
Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.10 to 2.11.
- [Release notes](https://github.com/jendrikseipp/vulture/releases)
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md)
- [Commits](jendrikseipp/vulture@v2.10...v2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 29, 2024
1 parent c95396b commit 6f8dffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -75,7 +75,7 @@ docs = [
static-code-analysis = [
"prospector == 1.10.3",
"mypy == 1.8.0",
"vulture == 2.10",
"vulture == 2.11",
"bandit == 1.7.6",
"pyroma == 4.2",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements_for_static_code_analysis.txt
@@ -1,5 +1,5 @@
prospector==1.10.3
mypy==1.8.0
vulture==2.10
vulture==2.11
bandit==1.7.6
pyroma==4.2

0 comments on commit 6f8dffd

Please sign in to comment.