Skip to content

Update dependency PyGithub to v2.7.0 #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2025

This PR contains the following updates:

Package Change Age Confidence
PyGithub 2.5.0 -> 2.7.0 age confidence

Release Notes

pygithub/pygithub (PyGithub)

v2.7.0

Compare Source

What's Changed

Breaking Changes

Code like

gh.get_rate_limit().core.remaining

should be replaced with

gh.get_rate_limit().resources.core.remaining

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 https://github.com/PyGithub/PyGithub/pull/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 from 433a941 to db429f3 Compare August 18, 2025 04:58
@renovate renovate bot force-pushed the renovate/pygithub-2.x branch from db429f3 to ce643c9 Compare August 22, 2025 06:36
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