Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps nvuillam/github-dependents-info from 1.6.3 to 3.0.0.

Release notes

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

v3.0.0

What's Changed

  • 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)
  • Upgrade dependencies

New Contributors

Full Changelog: nvuillam/github-dependents-info@v2.0.2...v3.0.0

v2.0.2

What's Changed

Full Changelog: nvuillam/github-dependents-info@v2.0.1...v2.0.2

v2.0.1

What's Changed

Full Changelog: nvuillam/github-dependents-info@v2.0.0...v2.0.1

v2.0.0

... (truncated)

Changelog

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

[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)

[2.0.2] 2025-12-14

  • Fix retry mechanism to handle large results

[2.0.1] 2025-12-14

  • Fix Github Action

[2.0.0] 2025-12-14

Features

  • Add capability to filter by owner (--owner) and document usage (#744)
  • Add pagination controls for large repositories (--max-scraped-pages, --pagination/--no-pagination, --page-size) plus multi-file markdown exports with tests (#748, #5877b0e)
  • Replace synchronous requests calls with async httpx and parallel scraping for faster data collection (#750)
  • Update GitHub Action to expose all options (owner, pagination, CSV, verbosity, etc.) and refresh default inputs (#745, #746)

Fixes

  • Fix total dependents count (#607)
  • Refactor update logic in sources_all_df to ensure proper data type handling and keep resumed crawls consistent (#749)

Dependencies

  • Upgrade project
  • Upgrade dependencies (pandas 2.3, rich 14, httpx 0.28, black 25, pylint 4, pytest 9, etc.) and align packaging with Python 3.10+

CI

  • Upgrade MegaLinter, pytest, and related tooling; refactor CLI tests to share fixtures and run faster (#743)
  • Test on Python 3.10, 3.11, 3.12, 3.13, 3.14 and gate safety scans on secret availability (#747, #742)
  • Refresh workflow actions (setup-python 6.1.0, create-pull-request v8, cache/upload-artifact v6)
  • Update release workflow to reuse pinned Python/Poetry versions and publish with refreshed Docker tags (#746)
  • Add release-version in Makefile
Commits
  • cc08a62 Release v3.0.0
  • 3f271da Add generation of summary using LLMs (#776)
  • e3e171d ⬆️ Bump safety-schemas from 0.0.16 to 0.0.17 (#777)
  • 4e9af30 Update dependency safety to v3.7.0 (#775)
  • 1d1d020 ⬆️ Bump nodeenv from 1.9.1 to 1.10.0 (#774)
  • 5ec835f ⬆️ Bump safety-schemas from 0.0.16 to 0.0.17 (#763)
  • 39abd29 ⬆️ Bump filelock from 3.20.0 to 3.20.1 (#764)
  • 95f9136 ⬆️ Bump ruamel-yaml from 0.18.16 to 0.18.17 (#766)
  • ecfb4c6 Change typer dependency extras from 'all' to 'standard' (#768)
  • 033f890 ⬆️ Bump joblib from 1.5.2 to 1.5.3 (#760)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 1.6.3 to 3.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@v1.6.3...v3.0.0)

---
updated-dependencies:
- dependency-name: nvuillam/github-dependents-info
  dependency-version: 3.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 Dec 29, 2025
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.

1 participant