chore(deps): bump pygithub from 2.6.1 to 2.7.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(3 months ago)
(3 months ago)
dependencies python minor
Bumps pygithub from 2.6.1 to 2.7.0.
Release notes
Sourced from pygithub's releases.
v2.7.0
What's Changed
Breaking Changes
- Method
Github.get_rate_limit()now returnsRateLimitOverviewrather thanRateLimit(PyGithub/PyGithub#3205).Code like
gh.get_rate_limit().core.remainingshould be replaced with
gh.get_rate_limit().resources.core.remaining
- Method
GitTag.verificationnow returnsGitCommitVerificationrather thandict[str, Any](PyGithub/PyGithub#3226).Code like
tag.verification["reason"] tag.verification.get("reason")should be replaced with
tag.verification.reasonNew Features
- Add getting list of self-hosted runners of organization by
@climbfujiin PyGithub/PyGithub#3190- Apply OpenAPI spec by
@EnricoMiin PyGithub/PyGithub#3317- Add support for Sub-Issues by
@e7217in PyGithub/PyGithub#3258Improvement
- Refactor search results into separate classes by
@EnricoMiin PyGithub/PyGithub#3204- Add
OrganizationInvitationby@EnricoMiin PyGithub/PyGithub#3207- Add and apply missing schemas by
@EnricoMiin PyGithub/PyGithub#3209- Sync
RepositoryAdvisorytests with OpenAPI spec by@EnricoMiin PyGithub/PyGithub#3215- Sync
ProjectColumnandProjectCardtests with OpenAPI spec by@EnricoMiin PyGithub/PyGithub#3216- Sync
CopilotSeatclass with API spec by@EnricoMiin PyGithub/PyGithub#3232- Sync
HookDeliverySummaryclass with API spec by@EnricoMiin PyGithub/PyGithub#3233- Sync
RequiredPullRequestReviewsclass with API spec by@EnricoMiin PyGithub/PyGithub#3234- Sync
RequiredStatusChecksclass with API spec by@EnricoMiin PyGithub/PyGithub#3236- Sync
Teamclass with API spec by@EnricoMiin PyGithub/PyGithub#3237
... (truncated)
Changelog
Sourced from pygithub's changelog.
Version 2.7.0 (July 31, 2025)
Breaking Changes ^^^^^^^^^^^^^^^^
Method
Github.get_rate_limit()now returnsRateLimitOverviewrather thanRateLimit([#3205](https://github.com/pygithub/pygithub/issues/3205) <https://github.com/PyGithub/PyGithub/pull/3205>) (56ee057a <https://github.com/PyGithub/PyGithub/commit/56ee057a>).Code like
.. code-block:: python
gh.get_rate_limit().core.remaining
should be replaced with
.. code-block:: python
gh.get_rate_limit().resources.core.remaining
Method
GitTag.verificationnow returnsGitCommitVerificationrather thandict[str, Any]([#3226](https://github.com/pygithub/pygithub/issues/3226) <https://github.com/PyGithub/PyGithub/pull/3226>) (850932cc <https://github.com/PyGithub/PyGithub/commit/850932cc>).Code like
.. code-block:: python
tag.verification["reason"] tag.verification.get("reason")
should be replaced with
.. code-block:: python
tag.verification.reason
Deprecations ^^^^^^^^^^^^
- Methods
dismissal_usersanddismissal_teamsofRequiredPullRequestReviewsare deprecated, usedismissal_restrictions.usersanddismissal_restrictions.teamsinstead.New Features ^^^^^^^^^^^^
- Add getting list of self-hosted runners of organization (
[#3190](https://github.com/pygithub/pygithub/issues/3190) <https://github.com/PyGithub/PyGithub/pull/3190>) (b4092b5d <https://github.com/PyGithub/PyGithub/commit/b4092b5d>)- Apply OpenAPI spec (
[#3317](https://github.com/pygithub/pygithub/issues/3317) <https://github.com/PyGithub/PyGithub/pull/3317>) (858b9e5b <https://github.com/PyGithub/PyGithub/commit/858b9e5b>)- Add support for Sub-Issues (
[#3258](https://github.com/pygithub/pygithub/issues/3258) <https://github.com/PyGithub/PyGithub/pull/3258>) (c7858c85 <https://github.com/PyGithub/PyGithub/commit/c7858c85>)Improvement ^^^^^^^^^^^
- Refactor search results into separate classes (
[#3204](https://github.com/pygithub/pygithub/issues/3204) <https://github.com/PyGithub/PyGithub/pull/3204>) (938f80b1 <https://github.com/PyGithub/PyGithub/commit/938f80b1>)
... (truncated)
Commits
bccc5aaRelease 2.7.0 (#3323)cb42815Adddelete_self_hosted_runnertoOrganization(#3306)01196d6Normalize App ID to String & Enhance JWT Issuer Verification (#3272)c7858c8Add support for Sub-Issues (#3258)131949bMakeTimingData.run_duration_msoptional (#3268)0378cceFix side-effect when removing Authorization key from headers (#3313)da73fc8Fix url encoding of strings with slashes in URLs (#3263)f51a3f4Addsmulti_selectandtrue_falseoptions toCustomProperty.value_type(...e7110bfRelax 404 condition inRequesterexception handling (#3299)95f015cSupport built-inreversed()onPaginatedList(#3260)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 4378591 |
| UUID: | 3282003802 |
| Node ID: | PR_kwDOInvcMs6hnk55 |
| Host: | GitHub |
| Repository: | commit-check/commit-check-action |