Skip to content

Bump pygithub from 2.9.0 to 2.9.1 in the minor-and-patch group#172

Merged
wesley-dean merged 1 commit into
mainfrom
dependabot/pip/minor-and-patch-91c8739343
Apr 24, 2026
Merged

Bump pygithub from 2.9.0 to 2.9.1 in the minor-and-patch group#172
wesley-dean merged 1 commit into
mainfrom
dependabot/pip/minor-and-patch-91c8739343

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps the minor-and-patch group with 1 update: pygithub.

Updates pygithub from 2.9.0 to 2.9.1

Release notes

Sourced from pygithub's releases.

v2.9.1

Bug Fixes

Full Changelog: PyGithub/PyGithub@v2.9.0...v2.9.1

Changelog

Sourced from pygithub's changelog.

Version 2.9.1 (April 14, 2026)

Bug Fixes ^^^^^^^^^

  • Fix getting release by tag in lazy mode ([#3469](https://github.com/pygithub/pygithub/issues/3469) <https://github.com/PyGithub/PyGithub/pull/3469>) (7d1ba281e <https://github.com/PyGithub/PyGithub/commit/7d1ba281e>)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update: [pygithub](https://github.com/pygithub/pygithub).


Updates `pygithub` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.9.0...v2.9.1)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 20, 2026
@github-actions github-actions Bot enabled auto-merge April 20, 2026 18:13
@github-actions
Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 3 0 0 0.09s
✅ DOCKERFILE hadolint 1 0 0 0.14s
✅ JSON jsonlint 2 0 0 0.38s
✅ JSON prettier 2 0 0 0 0.3s
✅ JSON v8r 2 0 0 2.34s
✅ MARKDOWN markdownlint 1 0 0 0 0.76s
✅ MARKDOWN markdown-table-formatter 1 0 0 0 0.2s
✅ PYTHON bandit 1 0 0 1.58s
✅ PYTHON black 1 0 0 0 1.1s
✅ PYTHON flake8 1 0 0 0.62s
✅ PYTHON isort 1 0 0 0 0.22s
✅ PYTHON mypy 1 0 0 3.09s
✅ PYTHON pylint 1 0 0 5.39s
✅ PYTHON pyright 1 0 0 3.43s
✅ PYTHON ruff 1 0 0 0 0.05s
✅ REPOSITORY checkov yes no no 22.02s
✅ REPOSITORY gitleaks yes no no 0.47s
✅ REPOSITORY git_diff yes no no 0.0s
✅ REPOSITORY grype yes no no 40.33s
✅ REPOSITORY secretlint yes no no 1.25s
✅ REPOSITORY syft yes no no 2.17s
✅ REPOSITORY trivy yes no no 11.12s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 4.6s
✅ SPELL lychee 10 0 0 0.88s
✅ YAML prettier 6 0 0 0 0.57s
✅ YAML v8r 6 0 0 5.37s
✅ YAML yamllint 6 0 0 0.47s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_PYRIGHT,PYTHON_RUFF,ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@wesley-dean wesley-dean merged commit 7c37f68 into main Apr 24, 2026
12 checks passed
@wesley-dean wesley-dean deleted the dependabot/pip/minor-and-patch-91c8739343 branch April 24, 2026 01:15
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.

1 participant