Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2025

This PR contains the following updates:

Package Change Age Confidence
PyGithub ==2.6.1 -> ==2.8.1 age confidence

Release Notes

pygithub/pygithub (PyGithub)

v2.8.1

Compare Source

What's Changed

Bug Fixes

Full Changelog: PyGithub/PyGithub@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

New Features
Improvements
Bug Fixes
Maintenance

New Contributors

Full Changelog: PyGithub/PyGithub@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Breaking Changes
  • Method Github.get_rate_limit() now returns RateLimitOverview rather than RateLimit (PyGithub/PyGithub#3205).

Code like

gh.get_rate_limit().core.remaining

should be replaced with

gh.get_rate_limit().resources.core.remaining
  • Method GitTag.verification now returns GitCommitVerification rather than dict[str, Any] (PyGithub/PyGithub#3226).

Code like

tag.verification["reason"]
tag.verification.get("reason")

should be replaced with

tag.verification.reason
New Features
Improvements
Bug Fixes
Dependencies
Maintenance

New Contributors

Full Changelog: PyGithub/PyGithub@v2.6.0...v2.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from codegen-team and a team as code owners July 31, 2025 14:59
@renovate renovate bot enabled auto-merge (squash) July 31, 2025 14:59
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from e558ef8 to c9b80a2 Compare August 11, 2025 03:18
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 21 times, most recently from da6d9bb to 2026179 Compare August 19, 2025 07:14
@renovate renovate bot changed the title fix(deps): update dependency pygithub to v2.7.0 chore(deps): update dependency pygithub to v2.7.0 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from 1aacb9a to b1e9ad0 Compare August 19, 2025 18:30
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 3 times, most recently from 4c9ab5f to 50ea296 Compare September 15, 2025 00:44
cursor[bot]

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 3 times, most recently from b4358a7 to 9c0b18c Compare September 16, 2025 05:29
cursor[bot]

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 13 times, most recently from 04329d1 to 1ad742a Compare September 22, 2025 19:59
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 6 times, most recently from aed5be3 to ed57d53 Compare September 25, 2025 18:29
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from ed57d53 to 0cf1d9d Compare October 2, 2025 00:44
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from 0cf1d9d to 04eabcf Compare October 7, 2025 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants