chore(deps): update dependency pygithub to v2#16
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency pygithub to v2#16renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
| datasource | package | from | to | | ---------- | -------- | ---- | ----- | | pypi | pygithub | 1.51 | 2.8.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
|
😢 zizmor failed with exit code 14. Expand for full output |
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:
==1.51→==2.8.1Release Notes
pygithub/pygithub (pygithub)
v2.8.1Compare Source
What's Changed
Bug Fixes
Full Changelog: PyGithub/PyGithub@v2.8.0...v2.8.1
v2.8.0Compare Source
What's Changed
New Features
Improvements
Repository.get_automated_security_fixesmethod by @zstyblik in PyGithub/PyGithub#3303Issueclass with API spec by @EnricoMi in PyGithub/PyGithub#3338NamedUser | Organization | Enterpriseby @EnricoMi in PyGithub/PyGithub#3224Enterpriseclass with API spec by @EnricoMi in PyGithub/PyGithub#3342GitReleaseAssetclass with API spec by @EnricoMi in PyGithub/PyGithub#3343Teamrepo methods by @EnricoMi in PyGithub/PyGithub#3356Bug Fixes
Repository.get_git_refby @csalerno-asml in PyGithub/PyGithub#2992GitRelease.name, deprecateGitRelease.titleby @EnricoMi in PyGithub/PyGithub#3346"COMMENT"as the default event forcreate_reviewby @eddie-santos in PyGithub/PyGithub#3078maintainersinOrganization.create_teamby @interifter in PyGithub/PyGithub#3291Maintenance
PaginatedListby @sam93210 in PyGithub/PyGithub#3039github_actionslabel to Maintenance section by @EnricoMi in PyGithub/PyGithub#3357New Contributors
Full Changelog: PyGithub/PyGithub@v2.7.0...v2.8.0
v2.7.0Compare Source
What's Changed
Breaking Changes
Github.get_rate_limit()now returnsRateLimitOverviewrather thanRateLimit(PyGithub/PyGithub#3205).Code like
should be replaced with
GitTag.verificationnow returnsGitCommitVerificationrather thandict[str, Any](PyGithub/PyGithub#3226).Code like
should be replaced with
New Features
Improvements
OrganizationInvitationby @EnricoMi in PyGithub/PyGithub#3207RepositoryAdvisorytests with OpenAPI spec by @EnricoMi in PyGithub/PyGithub#3215ProjectColumnandProjectCardtests with OpenAPI spec by @EnricoMi in PyGithub/PyGithub#3216CopilotSeatclass with API spec by @EnricoMi in PyGithub/PyGithub#3232HookDeliverySummaryclass with API spec by @EnricoMi in PyGithub/PyGithub#3233RequiredPullRequestReviewsclass with API spec by @EnricoMi in PyGithub/PyGithub#3234RequiredStatusChecksclass with API spec by @EnricoMi in PyGithub/PyGithub#3236Teamclass with API spec by @EnricoMi in PyGithub/PyGithub#3237deprecated.deprecated()withtyping_extensions.deprecated()by @lazka in PyGithub/PyGithub#3255prevent_self_reviewproperty toRepository.createEnvironmentby @gopidesupavan in PyGithub/PyGithub#3246PullRequest.get_issue_timelinemethod by @kukarkinmm in PyGithub/PyGithub#3259reversed()onPaginatedListby @mfocko in PyGithub/PyGithub#3260Requesterexception handling by @jsmolar in PyGithub/PyGithub#3299delete_self_hosted_runnertoOrganizationby @uncleDecart in PyGithub/PyGithub#3306Bug Fixes
Authclasses by @EnricoMi in PyGithub/PyGithub#3211Deployment, removemessageattribute by @EnricoMi in PyGithub/PyGithub#3223CodeSecurityConfigRepositoryreturned byget_repos_for_code_security_configby @EnricoMi in PyGithub/PyGithub#3219Branch.get_required_status_checksreturn type by @EnricoMi in PyGithub/PyGithub#3235multi_selectandtrue_falseoptions toCustomProperty.value_typeby @gfog-floqast in PyGithub/PyGithub#3173TimingData.run_duration_msoptional by @LifeLex in PyGithub/PyGithub#3268Dependencies
Maintenance
AppAuth.private_keyin changelog by @EnricoMi in PyGithub/PyGithub#3212HookDeliveryRequestand…Responseprivate headers fields by @EnricoMi in PyGithub/PyGithub#3221PaginatedList[int]by @EnricoMi in PyGithub/PyGithub#3240Organization.get_repos_for_code_security_configtest by @billnapier in PyGithub/PyGithub#3239TimingDataby @EnricoMi in PyGithub/PyGithub#3206New Contributors
Full Changelog: PyGithub/PyGithub@v2.6.0...v2.7.0
v2.6.1Compare Source
Bug Fixes
Authclasses by @EnricoMi in PyGithub/PyGithub#3211Deployment, removemessageattribute by @EnricoMi in PyGithub/PyGithub#3223CodeSecurityConfigRepositoryreturned byget_repos_for_code_security_configby @EnricoMi in PyGithub/PyGithub#3219GitTag.verificationreturnGitCommitVerificationby @EnricoMi in PyGithub/PyGithub#3226Maintenance
AppAuth.private_keyin changelog by @EnricoMi in PyGithub/PyGithub#3212Full Changelog: PyGithub/PyGithub@v2.6.0...v2.6.1
v2.6.0Compare Source
Breaking Changes
ViewsandClonesby @EnricoMi in PyGithub/PyGithub#3168:View and clones traffic information returned by
Repository.get_views_trafficandRepository.get_clones_trafficnow return proper PyGithub objects, instead of a
dict, with all information that used to be provided by thedict:Code like
should be replaced with
Property
OrganizationCustomProperty.respository_idrenamed toOrganizationCustomProperty.repository_id.New Features
Repository.merge_upstreammethod by @Felixoid in PyGithub/PyGithub#3175Improvements
required_status_checks.checksobject by @treee111 in PyGithub/PyGithub#2884Bug Fixes
start_sideargument ofPullRequest.create_review_commentfrominttostrby @ryanpeach in PyGithub/PyGithub#3170Repository.get_contentsredirection by @EnricoMi in PyGithub/PyGithub#3183Others
conclusionnullable inWorkflowJob.pyby @Apakottur in PyGithub/PyGithub#3171Github.get_organizationargumentlogintoorgby @blyedev in PyGithub/PyGithub#3187NotSetanAttribute[Any]by @EnricoMi in PyGithub/PyGithub#3057Maintenance
responsesinstead ofhttprettyin tests by @majamassarini in PyGithub/PyGithub#3087New Contributors
Full Changelog: PyGithub/PyGithub@v2.5.0...v2.6.0
v2.5.0Compare Source
Breaking Changes
github.Requester.Requester.graphql_named_mutationhave been renamed:variablesrenamed tomutation_inputoutputrenamed tooutput_schemaoutputhas been removedNew features
RepositoryDiscussionpowered by GraphQL API @EnricoMi (#3048)Repository.get_discussion()to get a single Discussion @tiangolo (#3072)Improvements
actorproperty to WorkflowRun @gbhand (#2764)Bug Fixes
Maintenance
510c140)0d395d4)v2.4.0Compare Source
New features
Improvements
has_discussionstoAuthenticatedUserandRepositoryclasses @cwlls (#3020)SecurityAndAnalysisattributes @squatched (#3025)dicttype toadd_attributescript @jackylamhk (#2977)make_latesttoGitRelease.update_release@treee111 (#2888)Bug Fixes
Maintenance
v2.3.0Compare Source
New features
Improvements
nameandmessagewhengenerate_release_notesis true @heitorpolidoro (#2868)WorkflowJob@xvega (#2921)createdandcheck_suite_idfilter for Repository Workflow runs @treee111 (#2891)Bug Fixes
add_to_collaborators@jodelasur (#2905)Maintenance
.swpfils to.gitignore@boomanaiden154 (#2903)CONTRIBUTING.md@wakamex (#2900)pyproject.toml@treee111 (#2894)v2.2.0Compare Source
Breaking Changes
The
github.Comparison.Comparisoninstance returned byRepository.compareprovides acommitsproperty that used to return alist[github.Commit.Commit], which has now been changed toPaginatedList[github.Commit.Commit]. This breaks user code that assumes alist:This will raise a
TypeError: object of type 'PaginatedList' has no len(), as the returnedPaginatedListdoes not support the
len()method. Use thetotalCountproperty instead:New features
Improvements
Repository.compare().commitsreturn paginated list by @EnricoMi in PyGithub/PyGithub#2882Configuration
📅 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.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.