chore(deps): update dependency pygithub to v2.7.0#5909
Merged
Conversation
Contributor
✅
|
nvuillam
approved these changes
Jul 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
==2.6.1->==2.7.0Release Notes
pygithub/pygithub (pygithub)
v2.7.0Compare Source
What's Changed
Breaking Changes
Github.get_rate_limit()now returnsRateLimitOverviewrather thanRateLimit(https://github.com/PyGithub/PyGithub/pull/3205).Code like
should be replaced with
GitTag.verificationnow returnsGitCommitVerificationrather thandict[str, Any](https://github.com/PyGithub/PyGithub/pull/3226).Code like
should be replaced with
New Features
Improvement
OrganizationInvitationby @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3207RepositoryAdvisorytests with OpenAPI spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3215ProjectColumnandProjectCardtests with OpenAPI spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3216CopilotSeatclass with API spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3232HookDeliverySummaryclass with API spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3233RequiredPullRequestReviewsclass with API spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3234RequiredStatusChecksclass with API spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3236Teamclass with API spec by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3237deprecated.deprecated()withtyping_extensions.deprecated()by @lazka in https://github.com/PyGithub/PyGithub/pull/3255prevent_self_reviewproperty toRepository.createEnvironmentby @gopidesupavan in https://github.com/PyGithub/PyGithub/pull/3246PullRequest.get_issue_timelinemethod by @kukarkinmm in https://github.com/PyGithub/PyGithub/pull/3259reversed()onPaginatedListby @mfocko in https://github.com/PyGithub/PyGithub/pull/3260Requesterexception handling by @jsmolar in https://github.com/PyGithub/PyGithub/pull/3299delete_self_hosted_runnertoOrganizationby @uncleDecart in https://github.com/PyGithub/PyGithub/pull/3306Bug Fixes
Authclasses by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3211Deployment, removemessageattribute by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3223CodeSecurityConfigRepositoryreturned byget_repos_for_code_security_configby @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3219Branch.get_required_status_checksreturn type by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3235multi_selectandtrue_falseoptions toCustomProperty.value_typeby @gfog-floqast in https://github.com/PyGithub/PyGithub/pull/3173TimingData.run_duration_msoptional by @LifeLex in https://github.com/PyGithub/PyGithub/pull/3268Dependencies
Maintenance
AppAuth.private_keyin changelog by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3212HookDeliveryRequestand…Responseprivate headers fields by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3221PaginatedList[int]by @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3240Organization.get_repos_for_code_security_configtest by @billnapier in https://github.com/PyGithub/PyGithub/pull/3239TimingDataby @EnricoMi in https://github.com/PyGithub/PyGithub/pull/3206New Contributors
Full Changelog: PyGithub/PyGithub@v2.6.0...v2.7.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.
This PR was generated by Mend Renovate. View the repository job log.