Skip to content

meta: update vulture requirement from >=2.10 to >=2.16#2

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/vulture-gte-2.16
Apr 13, 2026
Merged

meta: update vulture requirement from >=2.10 to >=2.16#2
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/vulture-gte-2.16

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on vulture to permit the latest version.

Release notes

Sourced from vulture's releases.

v2.16

2.16 (2026-03-25)

  • Fix false positives for dead code after while loops (#412, #413, Jendrik Seipp).
  • Use ty instead of pytype for testing type annotations (Jendrik Seipp).
Changelog

Sourced from vulture's changelog.

2.16 (2026-03-25)

  • Fix false positives for dead code after while loops (#412, #413, Jendrik Seipp).
  • Use ty instead of pytype for testing type annotations (Jendrik Seipp).

2.15 (2026-03-04)

  • Handle while True loops without break statements (kreathon).
  • Add whitelist for ssl.SSLContext (tunnelsociety, #392).
  • Add more ruff rules (even-even).
  • Drop support for Python 3.8 (Jendrik Seipp, #398).
  • Add support for Python 3.14 (even-even).

2.14 (2024-12-08)

  • Improve reachability analysis (kreathon, #270, #302).
  • Add type hints for get_unused_code and the fields of the Item class (John Doknjas, #361).

2.13 (2024-10-02)

  • Add support for Python 3.13 (Jendrik Seipp, #369).
  • Add PyPI and conda-forge badges to README file (Trevor James Smith, #356).
  • Include tests/**/*.toml in sdist (Colin Watson).

2.12 (2024-09-17)

  • Use ruff for linting and formatting (Anh Trinh, #347, #349).
  • Replace tox by pre-commit for linting and formatting (Anh Trinh, #349).
  • Add --config flag to specify path to pyproject.toml configuration file (Glen Robertson, #352).

2.11 (2024-01-06)

  • Switch to tomllib/tomli to support heterogeneous arrays (Sebastian Csar, #340).
  • Bump flake8, flake8-comprehensions and flake8-bugbear (Sebastian Csar, #341).
  • Provide whitelist parity for MagicMock and Mock (maxrake, #342).

2.10 (2023-10-06)

  • Drop support for Python 3.7 (Jendrik Seipp, #323).
  • Add support for Python 3.12 (Jendrik Seipp, #332).
  • Use end_lineno AST attribute to obtain more accurate line counts (Jendrik Seipp).

2.9.1 (2023-08-21)

  • Use exit code 0 for --help and --version again (Jendrik Seipp, #321).

2.9 (2023-08-20)

  • Use exit code 3 when dead code is found (whosayn, #319).
  • Treat non-supported decorator names as "@" instead of crashing (Llandy3d and Jendrik Seipp, #284).

... (truncated)

Commits
  • b0f67ba Update version number to 2.16 for release.
  • 41d6224 Update changelog.
  • 0462a5a Don't falsely report code after while loops as dead (fixes #412 and fixes #413).
  • 1eb212f Use ty instead of pytype for testing type annotations.
  • 6a4001f Update version number to 2.15 for release.
  • ef9e6de Fix release script.
  • 0649029 Add release date.
  • 01b9ff5 Add more ruff rules and fix warnings (#406)
  • 3d99061 Add tests for Python 3.14 (#404)
  • b11b7d4 Drop support for Python 3.8 (#399)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [vulture](https://github.com/jendrikseipp/vulture) to permit the latest version.
- [Release notes](https://github.com/jendrikseipp/vulture/releases)
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md)
- [Commits](jendrikseipp/vulture@v2.10...v2.16)

---
updated-dependencies:
- dependency-name: vulture
  dependency-version: '2.16'
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Automated approval for security update.

@github-actions
Copy link
Copy Markdown
Contributor

🎉 Congrats for opening a Pull Request! Please make sure you have run ruff check . && ruff format before submitting.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Title is too vague for Autobot

Your PR title "meta: update vulture requirement from >=2.10 to >=2.16" does not contain any keywords that trigger automation.

Please include at least one keyword from these categories in your title:

  • Bug

  • Feature

  • Docs

  • Breaking

  • UI

  • Perf

  • Security

  • Refactor

  • Test

  • CI

  • Deps

  • DB

    Example: "Optimized database queries" (Perf/DB) or "Fixed login crash" (Bug)

@github-actions github-actions bot merged commit bd2d094 into main Apr 13, 2026
5 of 14 checks passed
@dependabot dependabot bot deleted the dependabot/pip/vulture-gte-2.16 branch April 13, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants