Skip to content

build(deps): bump nvuillam/github-dependents-info from 2.0.2 to 4.0.0 - #327

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/nvuillam/github-dependents-info-4.0.0
Open

build(deps): bump nvuillam/github-dependents-info from 2.0.2 to 4.0.0#327
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/github_actions/nvuillam/github-dependents-info-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps nvuillam/github-dependents-info from 2.0.2 to 4.0.0.

Release notes

Sourced from nvuillam/github-dependents-info's releases.

v4.0.0

What's Changed

  • BREAKING CHANGE: Python >=3.11 is now required (dropped support for Python 3.10), as pandas 3 does not support Python 3.10 anymore
  • Upgrade pandas to v3
  • Add MegaLinter skills and sub-agents, pin MegaLinter flavor and version
  • Fix MegaLinter findings: ruff cleanup (module logger, simplified option access, narrowed exception handlers), align ruff isort layout with the isort configuration
  • Replace coverage-badge with anybadge to generate the coverage badge (coverage-badge imports pkg_resources, removed in setuptools 82)
  • Upgrade dependencies: soupsieve, cryptography, nltk and setuptools security floors + many others
  • Never lose a previously generated AI summary: when a new summary can not be generated (no API key anymore, no credit left, rate limit, timeout...), reuse the summary found in the CSV cache or in the existing markdown file, instead of removing it from the output
    • The AI summary is now surrounded by <!-- gh-dependents-info-summary-start --> and <!-- gh-dependents-info-summary-end --> markers so it can be found again by later runs

Full Changelog: nvuillam/github-dependents-info@v3.2.1...v4.0.0

v3.2.1

What's Changed

  • Upgrade dependencies

Pull Requests

... (truncated)

Changelog

Sourced from nvuillam/github-dependents-info's changelog.

[4.0.0] 2026-08-31

  • BREAKING CHANGE: Python >=3.11 is now required (dropped support for Python 3.10), as pandas 3 does not support Python 3.10 anymore
  • Upgrade pandas to v3
  • Add MegaLinter skills and sub-agents, pin MegaLinter flavor and version
  • Fix MegaLinter findings: ruff cleanup (module logger, simplified option access, narrowed exception handlers), align ruff isort layout with the isort configuration
  • Replace coverage-badge with anybadge to generate the coverage badge (coverage-badge imports pkg_resources, removed in setuptools 82)
  • Upgrade dependencies: soupsieve, cryptography, nltk and setuptools security floors
  • Never lose a previously generated AI summary: when a new summary can not be generated (no API key anymore, no credit left, rate limit, timeout...), reuse the summary found in the CSV cache or in the existing markdown file, instead of removing it from the output
    • The AI summary is now surrounded by <!-- gh-dependents-info-summary-start --> and <!-- gh-dependents-info-summary-end --> markers so it can be found again by later runs

[3.2.1] 2026-06-14

  • Upgrade dependencies

[3.2.0] 2026-05-15

  • Use OIDC for secure tokenless publishing in GitHub Actions
  • Upgrade dependencies

[3.1.0] 2026-04-20

  • Upgrade dependencies

[3.0.0] 2025-12-25

  • Generate AI-powered summary of dependent repositories using LiteLLM
    • New options:
      • --llm-summary / --no-llm-summary: Enable or disable the AI-generated summary (default: enabled)
      • --llm-model: Specify the LiteLLM model to use (default: environment variable or default model)
      • --llm-max-repos: Cap the number of repositories sent to the summary prompt (default: 500)
      • --llm-max-words: Cap the length of the generated summary (default: 300)
      • --llm-timeout: Set timeout (in seconds) for the LLM call (default: 120)
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
nvuillam/github-dependents-info [>= 3.0.a, < 3.1]

Dependabot compatibility score

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)

Bumps [nvuillam/github-dependents-info](https://github.com/nvuillam/github-dependents-info) from 2.0.2 to 4.0.0.
- [Release notes](https://github.com/nvuillam/github-dependents-info/releases)
- [Changelog](https://github.com/nvuillam/github-dependents-info/blob/main/CHANGELOG.md)
- [Commits](nvuillam/github-dependents-info@v2.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: nvuillam/github-dependents-info
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Sep 7, 2026
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 github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants