Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
PyGithub 2.5.0 -> 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

v2.6.1

Compare Source

Bug Fixes
Maintenance

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

v2.6.0

Compare Source

Breaking Changes
  • Rework Views and Clones by @​EnricoMi in PyGithub/PyGithub#3168:
    View and clones traffic information returned by Repository.get_views_traffic and Repository.get_clones_traffic
    now return proper PyGithub objects, instead of a dict, with all information that used to be provided by the dict:

Code like

repo.get_views_traffic().["views"].timestamp
repo.get_clones_traffic().["clones"].timestamp

should be replaced with

repo.get_views_traffic().views.timestamp
repo.get_clones_traffic().clones.timestamp
New Features
Improvements
Bug Fixes
Others
Maintenance

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 force-pushed the renovate/pygithub-2.x branch 3 times, most recently from d4b61b7 to aa6c2e5 Compare February 21, 2025 15:33
@renovate renovate bot changed the title Update dependency PyGithub to v2.6.0 Update dependency PyGithub to v2.6.1 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from 80e3133 to 19e10f4 Compare March 9, 2025 09:12
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from 744295c to 2952bbc Compare March 26, 2025 07:23
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from 14c493c to 40d75b9 Compare April 2, 2025 07:59
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from 40d75b9 to 3e824bf Compare May 4, 2025 19:21
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from 3e824bf to 1ca1aa3 Compare May 16, 2025 10:27
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from 163fa71 to d332528 Compare June 3, 2025 01:39
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 4 times, most recently from 95c16b0 to 1df2dce Compare June 21, 2025 03:37
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from 1df2dce to b5bd4fc Compare July 6, 2025 06:34
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from b5bd4fc to 0ef3a0c Compare July 21, 2025 07:46
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from 0ef3a0c to a67d1ea Compare July 31, 2025 12:52
@renovate renovate bot changed the title Update dependency PyGithub to v2.6.1 Update dependency PyGithub to v2.7.0 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from e6a65df to 433a941 Compare August 9, 2025 09:26
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch 2 times, most recently from db429f3 to ce643c9 Compare August 22, 2025 06:36
@renovate renovate bot changed the title Update dependency PyGithub to v2.7.0 Update dependency PyGithub to v2.8.0 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from ce643c9 to b172f69 Compare September 2, 2025 11:23
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from b172f69 to c63ee01 Compare September 2, 2025 21:26
@renovate renovate bot changed the title Update dependency PyGithub to v2.8.0 Update dependency PyGithub to v2.8.1 Sep 2, 2025
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