build(deps): bump pygithub from 2.7.0 to 2.8.1
Open
Number: #405
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
September 03, 2025 at 05:53 PM UTC
(10 days ago)
(10 days ago)
Updated:
September 03, 2025 at 06:05 PM UTC
(10 days ago)
(10 days ago)
Labels:
topic: infrastructure
topic: infrastructure
Assignees:
per1234
per1234
Description:
Bumps pygithub from 2.7.0 to 2.8.1.
Release notes
Sourced from pygithub's releases.
v2.8.1
What's Changed
Bug Fixes
- Use default type if known type is not supported by
@EnricoMi
in PyGithub/PyGithub#3365Full Changelog: https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
New Features
- Add self hosted runner management to Organization by
@billnapier
in PyGithub/PyGithub#3203- Add support to generate release notes by
@mball-agathos
in PyGithub/PyGithub#3022Improvements
- Fix connection pooling to improve connection performance by
@chriskuehl
in PyGithub/PyGithub#3289- Add
Repository.get_automated_security_fixes
method by@zstyblik
in PyGithub/PyGithub#3303- Sync
Issue
class with API spec by@EnricoMi
in PyGithub/PyGithub#3338- Return more union classes like
NamedUser | Organization | Enterprise
by@EnricoMi
in PyGithub/PyGithub#3224- Sync
Enterprise
class with API spec by@EnricoMi
in PyGithub/PyGithub#3342- Sync
GitReleaseAsset
class with API spec by@EnricoMi
in PyGithub/PyGithub#3343- Sync many class with OpenAPI spec by
@EnricoMi
in PyGithub/PyGithub#3344- Point deprecation warnings to the caller code rather than inner class by
@xmo-odoo
in PyGithub/PyGithub#3275- Allow for repo strings in all
Team
repo methods by@EnricoMi
in PyGithub/PyGithub#3356Bug Fixes
- Fix API path of
Repository.get_git_ref
by@csalerno-asml
in PyGithub/PyGithub#2992- Rework redirection URL allowance check by
@EnricoMi
in PyGithub/PyGithub#3329- Fix
GitRelease.name
, deprecateGitRelease.title
by@EnricoMi
in PyGithub/PyGithub#3346- Remove
"COMMENT"
as the default event forcreate_review
by@eddie-santos
in PyGithub/PyGithub#3078- Add support for public release assets by
@aolieman
in PyGithub/PyGithub#3339- Fix GitHub breaking API change of
maintainers
inOrganization.create_team
by@interifter
in PyGithub/PyGithub#3291Maintenance
- Minor fix to release.yml by
@EnricoMi
in PyGithub/PyGithub#3201- Reduce test replay data by
@EnricoMi
in PyGithub/PyGithub#3243- Add check to OpenAPI script to check doc-string verbs by
@EnricoMi
in PyGithub/PyGithub#3332- Improve apply OpenAPI schemas by
@EnricoMi
in PyGithub/PyGithub#3333- Add config to OpenAPI script to ignore schemas by
@EnricoMi
in PyGithub/PyGithub#3334- Add suggest and create method feature to OpenAPI script by
@EnricoMi
in PyGithub/PyGithub#3318- Fix CI OpenApi apply command by
@EnricoMi
in PyGithub/PyGithub#3341- Improve OpenAPI scripts by
@EnricoMi
in PyGithub/PyGithub#3340- Improve OpenAPI CI by
@EnricoMi
in PyGithub/PyGithub#3347- Rework test framework by
@EnricoMi
in PyGithub/PyGithub#3271- Some minor fixes to OpenAPI scripts by
@EnricoMi
in PyGithub/PyGithub#3350- Add manual workflow to fix auto-fixable issues by
@EnricoMi
in PyGithub/PyGithub#3351- Bump actions/download-artifact from 4 to 5 by
@dependabot
[bot] in PyGithub/PyGithub#3330- Use default per-page const in
PaginatedList
by@sam93210
in PyGithub/PyGithub#3039- Bump actions/setup-python from 4 to 5 by
@dependabot
[bot] in PyGithub/PyGithub#3283- Bump actions/checkout from 3 to 5 by
@dependabot
[bot] in PyGithub/PyGithub#3348- Various minor OpenAPI scripts fixes by
@EnricoMi
in PyGithub/PyGithub#3353- Add union class support to OpenAPI script by
@EnricoMi
in PyGithub/PyGithub#3354- Add
github_actions
label to Maintenance section by@EnricoMi
in PyGithub/PyGithub#3357- Upgrade docformatter pre-commit hook by
@EnricoMi
in PyGithub/PyGithub#3359
... (truncated)
Changelog
Sourced from pygithub's changelog.
Version 2.8.1 (September 02, 2025)
Bug Fixes ^^^^^^^^^
- Use default type if known type is not supported (
[#3365](https://github.com/pygithub/pygithub/issues/3365) <https://github.com/PyGithub/PyGithub/pull/3365>
) (40506415 <https://github.com/PyGithub/PyGithub/commit/40506415>
)Version 2.8.0 (September 02, 2025)
New Features ^^^^^^^^^^^^
- Add self hosted runner management to Organization (
[#3203](https://github.com/pygithub/pygithub/issues/3203) <https://github.com/PyGithub/PyGithub/pull/3203>
) (4ea1c4e2 <https://github.com/PyGithub/PyGithub/commit/4ea1c4e2>
)- Add support to generate release notes (
[#3022](https://github.com/pygithub/pygithub/issues/3022) <https://github.com/PyGithub/PyGithub/pull/3022>
) (e359b83a <https://github.com/PyGithub/PyGithub/commit/e359b83a>
)Improvements ^^^^^^^^^^^^
- Fix connection pooling to improve connection performance (
[#3289](https://github.com/pygithub/pygithub/issues/3289) <https://github.com/PyGithub/PyGithub/pull/3289>
_)- Add
Repository.get_automated_security_fixes
method ([#3303](https://github.com/pygithub/pygithub/issues/3303) <https://github.com/PyGithub/PyGithub/pull/3303>
) (22048d83 <https://github.com/PyGithub/PyGithub/commit/22048d83>
)- Sync
Issue
class with API spec ([#3338](https://github.com/pygithub/pygithub/issues/3338) <https://github.com/PyGithub/PyGithub/pull/3338>
) (62da467a <https://github.com/PyGithub/PyGithub/commit/62da467a>
)- Return more union classes like
NamedUser | Organization | Enterprise
([#3224](https://github.com/pygithub/pygithub/issues/3224) <https://github.com/PyGithub/PyGithub/pull/3224>
) (aea64148 <https://github.com/PyGithub/PyGithub/commit/aea64148>
)- Sync
Enterprise
class with API spec ([#3342](https://github.com/pygithub/pygithub/issues/3342) <https://github.com/PyGithub/PyGithub/pull/3342>
) (01bb5ab1 <https://github.com/PyGithub/PyGithub/commit/01bb5ab1>
)- Sync
GitReleaseAsset
class with API spec ([#3343](https://github.com/pygithub/pygithub/issues/3343) <https://github.com/PyGithub/PyGithub/pull/3343>
) (74449fed <https://github.com/PyGithub/PyGithub/commit/74449fed>
)- Sync many class with OpenAPI spec (
[#3344](https://github.com/pygithub/pygithub/issues/3344) <https://github.com/PyGithub/PyGithub/pull/3344>
_)- Point deprecation warnings to the caller code rather than inner class (
[#3275](https://github.com/pygithub/pygithub/issues/3275) <https://github.com/PyGithub/PyGithub/pull/3275>
) (99bb5270 <https://github.com/PyGithub/PyGithub/commit/99bb5270>
)- Allow for repo strings in all
Team
repo methods ([#3356](https://github.com/pygithub/pygithub/issues/3356) <https://github.com/PyGithub/PyGithub/pull/3356>
) (3234a21f <https://github.com/PyGithub/PyGithub/commit/3234a21f>
)Bug Fixes ^^^^^^^^^
- Fix API path of
Repository.get_git_ref
([#2992](https://github.com/pygithub/pygithub/issues/2992) <https://github.com/PyGithub/PyGithub/pull/2992>
) (a6965031 <https://github.com/PyGithub/PyGithub/commit/a6965031>
)- Rework redirection URL allowance check (
[#3329](https://github.com/pygithub/pygithub/issues/3329) <https://github.com/PyGithub/PyGithub/pull/3329>
) (065b1319 <https://github.com/PyGithub/PyGithub/commit/065b1319>
)- Fix
GitRelease.name
, deprecateGitRelease.title
([#3346](https://github.com/pygithub/pygithub/issues/3346) <https://github.com/PyGithub/PyGithub/pull/3346>
) (fb51957f <https://github.com/PyGithub/PyGithub/commit/fb51957f>
)- Remove
"COMMENT"
as the default event forcreate_review
([#3078](https://github.com/pygithub/pygithub/issues/3078) <https://github.com/PyGithub/PyGithub/pull/3078>
) (8494da5c <https://github.com/PyGithub/PyGithub/commit/8494da5c>
)- Add support for public release assets (
[#3339](https://github.com/pygithub/pygithub/issues/3339) <https://github.com/PyGithub/PyGithub/pull/3339>
) (abad296e <https://github.com/PyGithub/PyGithub/commit/abad296e>
)- Fix GitHub breaking API change of
maintainers
inOrganization.create_team
([#3291](https://github.com/pygithub/pygithub/issues/3291) <https://github.com/PyGithub/PyGithub/pull/3291>
) (17bc4df4 <https://github.com/PyGithub/PyGithub/commit/17bc4df4>
)Maintenance ^^^^^^^^^^^
- Minor fix to release.yml (
[#3201](https://github.com/pygithub/pygithub/issues/3201) <https://github.com/PyGithub/PyGithub/pull/3201>
) (f1fc6e7c <https://github.com/PyGithub/PyGithub/commit/f1fc6e7c>
)- Reduce test replay data (
[#3243](https://github.com/pygithub/pygithub/issues/3243) <https://github.com/PyGithub/PyGithub/pull/3243>
) (19426454 <https://github.com/PyGithub/PyGithub/commit/19426454>
)- Add check to OpenAPI script to check doc-string verbs (
[#3332](https://github.com/pygithub/pygithub/issues/3332) <https://github.com/PyGithub/PyGithub/pull/3332>
) (3efde77d <https://github.com/PyGithub/PyGithub/commit/3efde77d>
)- Improve apply OpenAPI schemas (
[#3333](https://github.com/pygithub/pygithub/issues/3333) <https://github.com/PyGithub/PyGithub/pull/3333>
) (ec189dd6 <https://github.com/PyGithub/PyGithub/commit/ec189dd6>
)- Add config to OpenAPI script to ignore schemas (
[#3334](https://github.com/pygithub/pygithub/issues/3334) <https://github.com/PyGithub/PyGithub/pull/3334>
) (0478d33b <https://github.com/PyGithub/PyGithub/commit/0478d33b>
)- Add suggest and create method feature to OpenAPI script (
[#3318](https://github.com/pygithub/pygithub/issues/3318) <https://github.com/PyGithub/PyGithub/pull/3318>
_)- Fix CI OpenApi apply command (
[#3341](https://github.com/pygithub/pygithub/issues/3341) <https://github.com/PyGithub/PyGithub/pull/3341>
) (cdc10a27 <https://github.com/PyGithub/PyGithub/commit/cdc10a27>
)- Improve OpenAPI scripts (
[#3340](https://github.com/pygithub/pygithub/issues/3340) <https://github.com/PyGithub/PyGithub/pull/3340>
) (ad278c5f <https://github.com/PyGithub/PyGithub/commit/ad278c5f>
)- Improve OpenAPI CI (
[#3347](https://github.com/pygithub/pygithub/issues/3347) <https://github.com/PyGithub/PyGithub/pull/3347>
) (8165bbc9 <https://github.com/PyGithub/PyGithub/commit/8165bbc9>
)- Rework test framework (
[#3271](https://github.com/pygithub/pygithub/issues/3271) <https://github.com/PyGithub/PyGithub/pull/3271>
) (1b700187 <https://github.com/PyGithub/PyGithub/commit/1b700187>
)- Some minor fixes to OpenAPI scripts (
[#3350](https://github.com/pygithub/pygithub/issues/3350) <https://github.com/PyGithub/PyGithub/pull/3350>
) (a813a945 <https://github.com/PyGithub/PyGithub/commit/a813a945>
)- Add manual workflow to fix auto-fixable issues (
[#3351](https://github.com/pygithub/pygithub/issues/3351) <https://github.com/PyGithub/PyGithub/pull/3351>
) (0e6317d9 <https://github.com/PyGithub/PyGithub/commit/0e6317d9>
)
... (truncated)
Commits
ecd4764
Update changelog4050641
Use default type if known type is not supported (#3365)18eeb26
Release 2.8.0 (#3360)17bc4df
Fix GitHub breaking API change ofmaintainers
inOrganization.create_team
...6f0d6ef
Update docs on development (#3352)12d8d10
Add warning about Checks API in doc-strings (#3229)6ec3ca2
Upgrade docformatter pre-commit hook (#3359)9612e61
Revertget_enterprise
breaking change (#3358)0c31f84
Addgithub_actions
label to Maintenance section (#3357)3234a21
Allow for repo strings in allTeam
repo methods (#3356)- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will 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
Commits:
1
1
Files Changed:
2
2
Additions:
+5
+5
Deletions:
-5
-5
Package Dependencies
Technical Details
ID: | 6768559 |
UUID: | 2796747119 |
Node ID: | PR_kwDOEXBqbs6msvlv |
Host: | GitHub |
Repository: | arduino/compile-sketches |
Merge State: | Unknown |