Skip to content

Conversation

@EnricoMi
Copy link
Collaborator

@EnricoMi EnricoMi commented Aug 8, 2025

Cleans redirection URL check that got extended in the wrong way by #3182.

Supersedes (and includes for contribution attribution) #3300. Fixes #3315.

@github-actions
Copy link

github-actions bot commented Aug 8, 2025

Test Results

     8 files  ± 0       8 suites  ±0   4m 43s ⏱️ +3s
 1 015 tests + 3   1 015 ✅ + 3  0 💤 ±0  0 ❌ ±0 
11 195 runs  +24  11 194 ✅ +24  1 💤 ±0  0 ❌ ±0 

Results for commit dbca20f. ± Comparison against base commit 1b70018.

♻️ This comment has been updated with latest results.

@EnricoMi EnricoMi force-pushed the rework-check-url-allowed branch from f4f4676 to c0fe7ea Compare August 11, 2025 08:19
@EnricoMi EnricoMi force-pushed the rework-check-url-allowed branch from c0fe7ea to ebb8c8c Compare August 13, 2025 14:29
@EnricoMi EnricoMi self-assigned this Aug 13, 2025
@github-actions github-actions bot added the ⭐ top pull request Top pull request. label Aug 19, 2025
@EnricoMi EnricoMi merged commit 065b131 into main Aug 25, 2025
25 checks passed
@EnricoMi EnricoMi deleted the rework-check-url-allowed branch August 25, 2025 07:53
eps-autoapprove-dependabot bot pushed a commit to NHSDigital/electronic-prescription-service-release-notes that referenced this pull request Sep 3, 2025
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.7.0 to
2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.7.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot pushed a commit to NHSDigital/electronic-prescription-service-account-resources that referenced this pull request Sep 3, 2025
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.7.0 to
2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.7.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit to RimSort/RimSort that referenced this pull request Sep 4, 2025
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.7.0 to
2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=uv&previous-version=2.7.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lettuce-bot bot added a commit to lettuce-financial/github-bot-signed-commit that referenced this pull request Sep 6, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [PyGithub](https://redirect.github.com/pygithub/pygithub) | `==2.7.0`
-> `==2.8.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pygithub/2.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pygithub/2.7.0/2.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pygithub/pygithub (PyGithub)</summary>

###
[`v2.8.1`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.8.1)

[Compare
Source](https://redirect.github.com/pygithub/pygithub/compare/v2.8.0...v2.8.1)

#### What's Changed

##### Bug Fixes

- Use default type if known type is not supported by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3365](https://redirect.github.com/PyGithub/PyGithub/pull/3365)

**Full Changelog**:
<PyGithub/PyGithub@v2.8.0...v2.8.1>

###
[`v2.8.0`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.8.0)

[Compare
Source](https://redirect.github.com/pygithub/pygithub/compare/v2.7.0...v2.8.0)

#### What's Changed

##### New Features

- Add self hosted runner management to Organization by
[@&#8203;billnapier](https://redirect.github.com/billnapier) in
[PyGithub/PyGithub#3203](https://redirect.github.com/PyGithub/PyGithub/pull/3203)
- Add support to generate release notes by
[@&#8203;mball-agathos](https://redirect.github.com/mball-agathos) in
[PyGithub/PyGithub#3022](https://redirect.github.com/PyGithub/PyGithub/pull/3022)

##### Improvements

- Fix connection pooling to improve connection performance by
[@&#8203;chriskuehl](https://redirect.github.com/chriskuehl) in
[PyGithub/PyGithub#3289](https://redirect.github.com/PyGithub/PyGithub/pull/3289)
- Add `Repository.get_automated_security_fixes` method by
[@&#8203;zstyblik](https://redirect.github.com/zstyblik) in
[PyGithub/PyGithub#3303](https://redirect.github.com/PyGithub/PyGithub/pull/3303)
- Sync `Issue` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3338](https://redirect.github.com/PyGithub/PyGithub/pull/3338)
- Return more union classes like `NamedUser | Organization | Enterprise`
by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3224](https://redirect.github.com/PyGithub/PyGithub/pull/3224)
- Sync `Enterprise` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3342](https://redirect.github.com/PyGithub/PyGithub/pull/3342)
- Sync `GitReleaseAsset` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3343](https://redirect.github.com/PyGithub/PyGithub/pull/3343)
- Sync many class with OpenAPI spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3344](https://redirect.github.com/PyGithub/PyGithub/pull/3344)
- Point deprecation warnings to the caller code rather than inner class
by [@&#8203;xmo-odoo](https://redirect.github.com/xmo-odoo) in
[PyGithub/PyGithub#3275](https://redirect.github.com/PyGithub/PyGithub/pull/3275)
- Allow for repo strings in all `Team` repo methods by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3356](https://redirect.github.com/PyGithub/PyGithub/pull/3356)

##### Bug Fixes

- Fix API path of `Repository.get_git_ref` by
[@&#8203;csalerno-asml](https://redirect.github.com/csalerno-asml) in
[PyGithub/PyGithub#2992](https://redirect.github.com/PyGithub/PyGithub/pull/2992)
- Rework redirection URL allowance check by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3329](https://redirect.github.com/PyGithub/PyGithub/pull/3329)
- Fix `GitRelease.name`, deprecate `GitRelease.title` by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3346](https://redirect.github.com/PyGithub/PyGithub/pull/3346)
- Remove `"COMMENT"` as the default event for `create_review` by
[@&#8203;eddie-santos](https://redirect.github.com/eddie-santos) in
[PyGithub/PyGithub#3078](https://redirect.github.com/PyGithub/PyGithub/pull/3078)
- Add support for public release assets by
[@&#8203;aolieman](https://redirect.github.com/aolieman) in
[PyGithub/PyGithub#3339](https://redirect.github.com/PyGithub/PyGithub/pull/3339)
- Fix GitHub breaking API change of `maintainers` in
`Organization.create_team` by
[@&#8203;interifter](https://redirect.github.com/interifter) in
[PyGithub/PyGithub#3291](https://redirect.github.com/PyGithub/PyGithub/pull/3291)

##### Maintenance

- Minor fix to release.yml by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3201](https://redirect.github.com/PyGithub/PyGithub/pull/3201)
- Reduce test replay data by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3243](https://redirect.github.com/PyGithub/PyGithub/pull/3243)
- Add check to OpenAPI script to check doc-string verbs by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3332](https://redirect.github.com/PyGithub/PyGithub/pull/3332)
- Improve apply OpenAPI schemas by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3333](https://redirect.github.com/PyGithub/PyGithub/pull/3333)
- Add config to OpenAPI script to ignore schemas by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3334](https://redirect.github.com/PyGithub/PyGithub/pull/3334)
- Add suggest and create method feature to OpenAPI script by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3318](https://redirect.github.com/PyGithub/PyGithub/pull/3318)
- Fix CI OpenApi apply command by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3341](https://redirect.github.com/PyGithub/PyGithub/pull/3341)
- Improve OpenAPI scripts by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3340](https://redirect.github.com/PyGithub/PyGithub/pull/3340)
- Improve OpenAPI CI by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3347](https://redirect.github.com/PyGithub/PyGithub/pull/3347)
- Rework test framework by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3271](https://redirect.github.com/PyGithub/PyGithub/pull/3271)
- Some minor fixes to OpenAPI scripts by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3350](https://redirect.github.com/PyGithub/PyGithub/pull/3350)
- Add manual workflow to fix auto-fixable issues by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3351](https://redirect.github.com/PyGithub/PyGithub/pull/3351)
- Bump actions/download-artifact from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#3330](https://redirect.github.com/PyGithub/PyGithub/pull/3330)
- Use default per-page const in `PaginatedList` by
[@&#8203;sam93210](https://redirect.github.com/sam93210) in
[PyGithub/PyGithub#3039](https://redirect.github.com/PyGithub/PyGithub/pull/3039)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#3283](https://redirect.github.com/PyGithub/PyGithub/pull/3283)
- Bump actions/checkout from 3 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#3348](https://redirect.github.com/PyGithub/PyGithub/pull/3348)
- Various minor OpenAPI scripts fixes by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3353](https://redirect.github.com/PyGithub/PyGithub/pull/3353)
- Add union class support to OpenAPI script by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3354](https://redirect.github.com/PyGithub/PyGithub/pull/3354)
- Add `github_actions` label to Maintenance section by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3357](https://redirect.github.com/PyGithub/PyGithub/pull/3357)
- Upgrade docformatter pre-commit hook by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3359](https://redirect.github.com/PyGithub/PyGithub/pull/3359)
- Add warning about Checks API in doc-strings by
[@&#8203;atodorov](https://redirect.github.com/atodorov) in
[PyGithub/PyGithub#3229](https://redirect.github.com/PyGithub/PyGithub/pull/3229)
- Update docs on development by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3352](https://redirect.github.com/PyGithub/PyGithub/pull/3352)

#### New Contributors

- [@&#8203;chriskuehl](https://redirect.github.com/chriskuehl) made
their first contribution in
[PyGithub/PyGithub#3289](https://redirect.github.com/PyGithub/PyGithub/pull/3289)
- [@&#8203;zstyblik](https://redirect.github.com/zstyblik) made their
first contribution in
[PyGithub/PyGithub#3303](https://redirect.github.com/PyGithub/PyGithub/pull/3303)
- [@&#8203;csalerno-asml](https://redirect.github.com/csalerno-asml)
made their first contribution in
[PyGithub/PyGithub#2992](https://redirect.github.com/PyGithub/PyGithub/pull/2992)
- [@&#8203;eddie-santos](https://redirect.github.com/eddie-santos) made
their first contribution in
[PyGithub/PyGithub#3078](https://redirect.github.com/PyGithub/PyGithub/pull/3078)
- [@&#8203;aolieman](https://redirect.github.com/aolieman) made their
first contribution in
[PyGithub/PyGithub#3339](https://redirect.github.com/PyGithub/PyGithub/pull/3339)
- [@&#8203;sam93210](https://redirect.github.com/sam93210) made their
first contribution in
[PyGithub/PyGithub#3039](https://redirect.github.com/PyGithub/PyGithub/pull/3039)
- [@&#8203;mball-agathos](https://redirect.github.com/mball-agathos)
made their first contribution in
[PyGithub/PyGithub#3022](https://redirect.github.com/PyGithub/PyGithub/pull/3022)
- [@&#8203;atodorov](https://redirect.github.com/atodorov) made their
first contribution in
[PyGithub/PyGithub#3229](https://redirect.github.com/PyGithub/PyGithub/pull/3229)
- [@&#8203;interifter](https://redirect.github.com/interifter) made
their first contribution in
[PyGithub/PyGithub#3291](https://redirect.github.com/PyGithub/PyGithub/pull/3291)

**Full Changelog**:
<PyGithub/PyGithub@v2.7.0...v2.8.0>

</details>

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
jmertic pushed a commit to jmertic/lfx-landscape-tools that referenced this pull request Sep 8, 2025
Bumps the all group with 1 update:
[pygithub](https://github.com/pygithub/pygithub).

Updates `pygithub` from 2.7.0 to 2.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.7.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
jmertic pushed a commit to jmertic/contrib_check that referenced this pull request Sep 8, 2025
Bumps the all group with 1 update:
[pygithub](https://github.com/pygithub/pygithub).

Updates `pygithub` from 2.7.0 to 2.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.7.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ChristophShyper pushed a commit to devops-infra/docker-terragrunt that referenced this pull request Sep 9, 2025
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.7.0 to
2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.7.0&new-version=2.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
renovate bot added a commit to codegen-sh/graph-sitter that referenced this pull request Sep 28, 2025
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [PyGithub](https://redirect.github.com/pygithub/pygithub) | `==2.6.1`
-> `==2.8.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/pygithub/2.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pygithub/2.6.1/2.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pygithub/pygithub (PyGithub)</summary>

###
[`v2.8.1`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.8.1)

[Compare
Source](https://redirect.github.com/pygithub/pygithub/compare/v2.8.0...v2.8.1)

#### What's Changed

##### Bug Fixes

- Use default type if known type is not supported by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3365](https://redirect.github.com/PyGithub/PyGithub/pull/3365)

**Full Changelog**:
<PyGithub/PyGithub@v2.8.0...v2.8.1>

###
[`v2.8.0`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.8.0)

[Compare
Source](https://redirect.github.com/pygithub/pygithub/compare/v2.7.0...v2.8.0)

#### What's Changed

##### New Features

- Add self hosted runner management to Organization by
[@&#8203;billnapier](https://redirect.github.com/billnapier) in
[PyGithub/PyGithub#3203](https://redirect.github.com/PyGithub/PyGithub/pull/3203)
- Add support to generate release notes by
[@&#8203;mball-agathos](https://redirect.github.com/mball-agathos) in
[PyGithub/PyGithub#3022](https://redirect.github.com/PyGithub/PyGithub/pull/3022)

##### Improvements

- Fix connection pooling to improve connection performance by
[@&#8203;chriskuehl](https://redirect.github.com/chriskuehl) in
[PyGithub/PyGithub#3289](https://redirect.github.com/PyGithub/PyGithub/pull/3289)
- Add `Repository.get_automated_security_fixes` method by
[@&#8203;zstyblik](https://redirect.github.com/zstyblik) in
[PyGithub/PyGithub#3303](https://redirect.github.com/PyGithub/PyGithub/pull/3303)
- Sync `Issue` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3338](https://redirect.github.com/PyGithub/PyGithub/pull/3338)
- Return more union classes like `NamedUser | Organization | Enterprise`
by [@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3224](https://redirect.github.com/PyGithub/PyGithub/pull/3224)
- Sync `Enterprise` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3342](https://redirect.github.com/PyGithub/PyGithub/pull/3342)
- Sync `GitReleaseAsset` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3343](https://redirect.github.com/PyGithub/PyGithub/pull/3343)
- Sync many class with OpenAPI spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3344](https://redirect.github.com/PyGithub/PyGithub/pull/3344)
- Point deprecation warnings to the caller code rather than inner class
by [@&#8203;xmo-odoo](https://redirect.github.com/xmo-odoo) in
[PyGithub/PyGithub#3275](https://redirect.github.com/PyGithub/PyGithub/pull/3275)
- Allow for repo strings in all `Team` repo methods by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3356](https://redirect.github.com/PyGithub/PyGithub/pull/3356)

##### Bug Fixes

- Fix API path of `Repository.get_git_ref` by
[@&#8203;csalerno-asml](https://redirect.github.com/csalerno-asml) in
[PyGithub/PyGithub#2992](https://redirect.github.com/PyGithub/PyGithub/pull/2992)
- Rework redirection URL allowance check by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3329](https://redirect.github.com/PyGithub/PyGithub/pull/3329)
- Fix `GitRelease.name`, deprecate `GitRelease.title` by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3346](https://redirect.github.com/PyGithub/PyGithub/pull/3346)
- Remove `"COMMENT"` as the default event for `create_review` by
[@&#8203;eddie-santos](https://redirect.github.com/eddie-santos) in
[PyGithub/PyGithub#3078](https://redirect.github.com/PyGithub/PyGithub/pull/3078)
- Add support for public release assets by
[@&#8203;aolieman](https://redirect.github.com/aolieman) in
[PyGithub/PyGithub#3339](https://redirect.github.com/PyGithub/PyGithub/pull/3339)
- Fix GitHub breaking API change of `maintainers` in
`Organization.create_team` by
[@&#8203;interifter](https://redirect.github.com/interifter) in
[PyGithub/PyGithub#3291](https://redirect.github.com/PyGithub/PyGithub/pull/3291)

##### Maintenance

- Minor fix to release.yml by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3201](https://redirect.github.com/PyGithub/PyGithub/pull/3201)
- Reduce test replay data by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3243](https://redirect.github.com/PyGithub/PyGithub/pull/3243)
- Add check to OpenAPI script to check doc-string verbs by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3332](https://redirect.github.com/PyGithub/PyGithub/pull/3332)
- Improve apply OpenAPI schemas by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3333](https://redirect.github.com/PyGithub/PyGithub/pull/3333)
- Add config to OpenAPI script to ignore schemas by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3334](https://redirect.github.com/PyGithub/PyGithub/pull/3334)
- Add suggest and create method feature to OpenAPI script by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3318](https://redirect.github.com/PyGithub/PyGithub/pull/3318)
- Fix CI OpenApi apply command by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3341](https://redirect.github.com/PyGithub/PyGithub/pull/3341)
- Improve OpenAPI scripts by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3340](https://redirect.github.com/PyGithub/PyGithub/pull/3340)
- Improve OpenAPI CI by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3347](https://redirect.github.com/PyGithub/PyGithub/pull/3347)
- Rework test framework by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3271](https://redirect.github.com/PyGithub/PyGithub/pull/3271)
- Some minor fixes to OpenAPI scripts by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3350](https://redirect.github.com/PyGithub/PyGithub/pull/3350)
- Add manual workflow to fix auto-fixable issues by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3351](https://redirect.github.com/PyGithub/PyGithub/pull/3351)
- Bump actions/download-artifact from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#3330](https://redirect.github.com/PyGithub/PyGithub/pull/3330)
- Use default per-page const in `PaginatedList` by
[@&#8203;sam93210](https://redirect.github.com/sam93210) in
[PyGithub/PyGithub#3039](https://redirect.github.com/PyGithub/PyGithub/pull/3039)
- Bump actions/setup-python from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#3283](https://redirect.github.com/PyGithub/PyGithub/pull/3283)
- Bump actions/checkout from 3 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#3348](https://redirect.github.com/PyGithub/PyGithub/pull/3348)
- Various minor OpenAPI scripts fixes by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3353](https://redirect.github.com/PyGithub/PyGithub/pull/3353)
- Add union class support to OpenAPI script by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3354](https://redirect.github.com/PyGithub/PyGithub/pull/3354)
- Add `github_actions` label to Maintenance section by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3357](https://redirect.github.com/PyGithub/PyGithub/pull/3357)
- Upgrade docformatter pre-commit hook by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3359](https://redirect.github.com/PyGithub/PyGithub/pull/3359)
- Add warning about Checks API in doc-strings by
[@&#8203;atodorov](https://redirect.github.com/atodorov) in
[PyGithub/PyGithub#3229](https://redirect.github.com/PyGithub/PyGithub/pull/3229)
- Update docs on development by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3352](https://redirect.github.com/PyGithub/PyGithub/pull/3352)

#### New Contributors

- [@&#8203;chriskuehl](https://redirect.github.com/chriskuehl) made
their first contribution in
[PyGithub/PyGithub#3289](https://redirect.github.com/PyGithub/PyGithub/pull/3289)
- [@&#8203;zstyblik](https://redirect.github.com/zstyblik) made their
first contribution in
[PyGithub/PyGithub#3303](https://redirect.github.com/PyGithub/PyGithub/pull/3303)
- [@&#8203;csalerno-asml](https://redirect.github.com/csalerno-asml)
made their first contribution in
[PyGithub/PyGithub#2992](https://redirect.github.com/PyGithub/PyGithub/pull/2992)
- [@&#8203;eddie-santos](https://redirect.github.com/eddie-santos) made
their first contribution in
[PyGithub/PyGithub#3078](https://redirect.github.com/PyGithub/PyGithub/pull/3078)
- [@&#8203;aolieman](https://redirect.github.com/aolieman) made their
first contribution in
[PyGithub/PyGithub#3339](https://redirect.github.com/PyGithub/PyGithub/pull/3339)
- [@&#8203;sam93210](https://redirect.github.com/sam93210) made their
first contribution in
[PyGithub/PyGithub#3039](https://redirect.github.com/PyGithub/PyGithub/pull/3039)
- [@&#8203;mball-agathos](https://redirect.github.com/mball-agathos)
made their first contribution in
[PyGithub/PyGithub#3022](https://redirect.github.com/PyGithub/PyGithub/pull/3022)
- [@&#8203;atodorov](https://redirect.github.com/atodorov) made their
first contribution in
[PyGithub/PyGithub#3229](https://redirect.github.com/PyGithub/PyGithub/pull/3229)
- [@&#8203;interifter](https://redirect.github.com/interifter) made
their first contribution in
[PyGithub/PyGithub#3291](https://redirect.github.com/PyGithub/PyGithub/pull/3291)

**Full Changelog**:
<PyGithub/PyGithub@v2.7.0...v2.8.0>

###
[`v2.7.0`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.7.0)

[Compare
Source](https://redirect.github.com/pygithub/pygithub/compare/v2.6.1...v2.7.0)

#### What's Changed

##### Breaking Changes

- Method `Github.get_rate_limit()` now returns `RateLimitOverview`
rather than `RateLimit`
([PyGithub/PyGithub#3205](https://redirect.github.com/PyGithub/PyGithub/pull/3205)).

Code like

```python
gh.get_rate_limit().core.remaining
```

should be replaced with

```python
gh.get_rate_limit().resources.core.remaining
```

- Method `GitTag.verification` now returns `GitCommitVerification`
rather than `dict[str, Any]`
([PyGithub/PyGithub#3226](https://redirect.github.com/PyGithub/PyGithub/pull/3226)).

Code like

```python
tag.verification["reason"]
tag.verification.get("reason")
```

should be replaced with

```python
tag.verification.reason
```

##### New Features

- Add getting list of self-hosted runners of organization by
[@&#8203;climbfuji](https://redirect.github.com/climbfuji) in
[PyGithub/PyGithub#3190](https://redirect.github.com/PyGithub/PyGithub/pull/3190)
- Apply OpenAPI spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3317](https://redirect.github.com/PyGithub/PyGithub/pull/3317)
- Add support for Sub-Issues by
[@&#8203;e7217](https://redirect.github.com/e7217) in
[PyGithub/PyGithub#3258](https://redirect.github.com/PyGithub/PyGithub/pull/3258)

##### Improvements

- Refactor search results into separate classes by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3204](https://redirect.github.com/PyGithub/PyGithub/pull/3204)
- Add `OrganizationInvitation` by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3207](https://redirect.github.com/PyGithub/PyGithub/pull/3207)
- Add and apply missing schemas by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3209](https://redirect.github.com/PyGithub/PyGithub/pull/3209)
- Sync `RepositoryAdvisory` tests with OpenAPI spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3215](https://redirect.github.com/PyGithub/PyGithub/pull/3215)
- Sync `ProjectColumn` and `ProjectCard` tests with OpenAPI spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3216](https://redirect.github.com/PyGithub/PyGithub/pull/3216)
- Sync `CopilotSeat` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3232](https://redirect.github.com/PyGithub/PyGithub/pull/3232)
- Sync `HookDeliverySummary` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3233](https://redirect.github.com/PyGithub/PyGithub/pull/3233)
- Sync `RequiredPullRequestReviews` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3234](https://redirect.github.com/PyGithub/PyGithub/pull/3234)
- Sync `RequiredStatusChecks` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3236](https://redirect.github.com/PyGithub/PyGithub/pull/3236)
- Sync `Team` class with API spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3237](https://redirect.github.com/PyGithub/PyGithub/pull/3237)
- Replace `deprecated.deprecated()` with
`typing_extensions.deprecated()` by
[@&#8203;lazka](https://redirect.github.com/lazka) in
[PyGithub/PyGithub#3255](https://redirect.github.com/PyGithub/PyGithub/pull/3255)
- fix(CodeScanAlert): add missing attributes by
[@&#8203;ReenigneArcher](https://redirect.github.com/ReenigneArcher) in
[PyGithub/PyGithub#3274](https://redirect.github.com/PyGithub/PyGithub/pull/3274)
- Allow SHAs when creating PR comments by
[@&#8203;tuchfarber](https://redirect.github.com/tuchfarber) in
[PyGithub/PyGithub#3248](https://redirect.github.com/PyGithub/PyGithub/pull/3248)
- Get collaborator role name by
[@&#8203;jmgate](https://redirect.github.com/jmgate) in
[PyGithub/PyGithub#3295](https://redirect.github.com/PyGithub/PyGithub/pull/3295)
- Adding `prevent_self_review` property to
`Repository.createEnvironment` by
[@&#8203;gopidesupavan](https://redirect.github.com/gopidesupavan) in
[PyGithub/PyGithub#3246](https://redirect.github.com/PyGithub/PyGithub/pull/3246)
- Add `PullRequest.get_issue_timeline` method by
[@&#8203;kukarkinmm](https://redirect.github.com/kukarkinmm) in
[PyGithub/PyGithub#3259](https://redirect.github.com/PyGithub/PyGithub/pull/3259)
- Support built-in `reversed()` on `PaginatedList` by
[@&#8203;mfocko](https://redirect.github.com/mfocko) in
[PyGithub/PyGithub#3260](https://redirect.github.com/PyGithub/PyGithub/pull/3260)
- Relax 404 condition in `Requester` exception handling by
[@&#8203;jsmolar](https://redirect.github.com/jsmolar) in
[PyGithub/PyGithub#3299](https://redirect.github.com/PyGithub/PyGithub/pull/3299)
- Add `delete_self_hosted_runner` to `Organization` by
[@&#8203;uncleDecart](https://redirect.github.com/uncleDecart) in
[PyGithub/PyGithub#3306](https://redirect.github.com/PyGithub/PyGithub/pull/3306)

##### Bug Fixes

- Fix broken pickle support for `Auth` classes by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3211](https://redirect.github.com/PyGithub/PyGithub/pull/3211)
- Remove schema from `Deployment`, remove `message` attribute by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3223](https://redirect.github.com/PyGithub/PyGithub/pull/3223)
- Fix incorrect deprecated import by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3225](https://redirect.github.com/PyGithub/PyGithub/pull/3225)
- Add `CodeSecurityConfigRepository` returned by
`get_repos_for_code_security_config` by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3219](https://redirect.github.com/PyGithub/PyGithub/pull/3219)
- Fix `Branch.get_required_status_checks` return type by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3235](https://redirect.github.com/PyGithub/PyGithub/pull/3235)
- Adds `multi_select` and `true_false` options to
`CustomProperty.value_type` by
[@&#8203;gfog-floqast](https://redirect.github.com/gfog-floqast) in
[PyGithub/PyGithub#3173](https://redirect.github.com/PyGithub/PyGithub/pull/3173)
- Fix url encoding of strings with slashes in URLs by
[@&#8203;OscarVanL](https://redirect.github.com/OscarVanL) in
[PyGithub/PyGithub#3263](https://redirect.github.com/PyGithub/PyGithub/pull/3263)
- Fix side-effect when removing Authorization key from headers by
[@&#8203;alecglen](https://redirect.github.com/alecglen) in
[PyGithub/PyGithub#3313](https://redirect.github.com/PyGithub/PyGithub/pull/3313)
- Make `TimingData.run_duration_ms` optional by
[@&#8203;LifeLex](https://redirect.github.com/LifeLex) in
[PyGithub/PyGithub#3268](https://redirect.github.com/PyGithub/PyGithub/pull/3268)
- Normalize App ID to String & Enhance JWT Issuer Verification by
[@&#8203;x612skm](https://redirect.github.com/x612skm) in
[PyGithub/PyGithub#3272](https://redirect.github.com/PyGithub/PyGithub/pull/3272)

##### Dependencies

- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[PyGithub/PyGithub#2754](https://redirect.github.com/PyGithub/PyGithub/pull/2754)

##### Maintenance

- Mention removal of `AppAuth.private_key` in changelog by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3212](https://redirect.github.com/PyGithub/PyGithub/pull/3212)
- Remove wrong schema from Repository by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3220](https://redirect.github.com/PyGithub/PyGithub/pull/3220)
- Rename `HookDeliveryRequest` and `…Response` private headers fields by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3221](https://redirect.github.com/PyGithub/PyGithub/pull/3221)
- Sort classes' functions by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3231](https://redirect.github.com/PyGithub/PyGithub/pull/3231)
- Move all Python files to future annotations by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3241](https://redirect.github.com/PyGithub/PyGithub/pull/3241)
- Fix return type of `PaginatedList[int]` by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3240](https://redirect.github.com/PyGithub/PyGithub/pull/3240)
- Sync with OpenAPI spec by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3244](https://redirect.github.com/PyGithub/PyGithub/pull/3244)
- Make token auth default in tests by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3242](https://redirect.github.com/PyGithub/PyGithub/pull/3242)
- Add `Organization.get_repos_for_code_security_config` test by
[@&#8203;billnapier](https://redirect.github.com/billnapier) in
[PyGithub/PyGithub#3239](https://redirect.github.com/PyGithub/PyGithub/pull/3239)
- Add Python 3.13 to CI by
[@&#8203;lazka](https://redirect.github.com/lazka) in
[PyGithub/PyGithub#3253](https://redirect.github.com/PyGithub/PyGithub/pull/3253)
- Enhance PyGithub webhook documentation by
[@&#8203;ssganesh035](https://redirect.github.com/ssganesh035) in
[PyGithub/PyGithub#3267](https://redirect.github.com/PyGithub/PyGithub/pull/3267)
- Create codeql.yml by
[@&#8203;JLLeitschuh](https://redirect.github.com/JLLeitschuh) in
[PyGithub/PyGithub#3277](https://redirect.github.com/PyGithub/PyGithub/pull/3277)
- Add schema to `TimingData` by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3206](https://redirect.github.com/PyGithub/PyGithub/pull/3206)
- Remove error schemas from classes by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3202](https://redirect.github.com/PyGithub/PyGithub/pull/3202)

#### New Contributors

- [@&#8203;ssganesh035](https://redirect.github.com/ssganesh035) made
their first contribution in
[PyGithub/PyGithub#3267](https://redirect.github.com/PyGithub/PyGithub/pull/3267)
- [@&#8203;ReenigneArcher](https://redirect.github.com/ReenigneArcher)
made their first contribution in
[PyGithub/PyGithub#3274](https://redirect.github.com/PyGithub/PyGithub/pull/3274)
- [@&#8203;climbfuji](https://redirect.github.com/climbfuji) made their
first contribution in
[PyGithub/PyGithub#3190](https://redirect.github.com/PyGithub/PyGithub/pull/3190)
- [@&#8203;tuchfarber](https://redirect.github.com/tuchfarber) made
their first contribution in
[PyGithub/PyGithub#3248](https://redirect.github.com/PyGithub/PyGithub/pull/3248)
- [@&#8203;jmgate](https://redirect.github.com/jmgate) made their first
contribution in
[PyGithub/PyGithub#3295](https://redirect.github.com/PyGithub/PyGithub/pull/3295)
- [@&#8203;gopidesupavan](https://redirect.github.com/gopidesupavan)
made their first contribution in
[PyGithub/PyGithub#3246](https://redirect.github.com/PyGithub/PyGithub/pull/3246)
- [@&#8203;kukarkinmm](https://redirect.github.com/kukarkinmm) made
their first contribution in
[PyGithub/PyGithub#3259](https://redirect.github.com/PyGithub/PyGithub/pull/3259)
- [@&#8203;mfocko](https://redirect.github.com/mfocko) made their first
contribution in
[PyGithub/PyGithub#3260](https://redirect.github.com/PyGithub/PyGithub/pull/3260)
- [@&#8203;gfog-floqast](https://redirect.github.com/gfog-floqast) made
their first contribution in
[PyGithub/PyGithub#3173](https://redirect.github.com/PyGithub/PyGithub/pull/3173)
- [@&#8203;jsmolar](https://redirect.github.com/jsmolar) made their
first contribution in
[PyGithub/PyGithub#3299](https://redirect.github.com/PyGithub/PyGithub/pull/3299)
- [@&#8203;OscarVanL](https://redirect.github.com/OscarVanL) made their
first contribution in
[PyGithub/PyGithub#3263](https://redirect.github.com/PyGithub/PyGithub/pull/3263)
- [@&#8203;alecglen](https://redirect.github.com/alecglen) made their
first contribution in
[PyGithub/PyGithub#3313](https://redirect.github.com/PyGithub/PyGithub/pull/3313)
- [@&#8203;LifeLex](https://redirect.github.com/LifeLex) made their
first contribution in
[PyGithub/PyGithub#3268](https://redirect.github.com/PyGithub/PyGithub/pull/3268)
- [@&#8203;e7217](https://redirect.github.com/e7217) made their first
contribution in
[PyGithub/PyGithub#3258](https://redirect.github.com/PyGithub/PyGithub/pull/3258)
- [@&#8203;x612skm](https://redirect.github.com/x612skm) made their
first contribution in
[PyGithub/PyGithub#3272](https://redirect.github.com/PyGithub/PyGithub/pull/3272)
- [@&#8203;uncleDecart](https://redirect.github.com/uncleDecart) made
their first contribution in
[PyGithub/PyGithub#3306](https://redirect.github.com/PyGithub/PyGithub/pull/3306)

**Full Changelog**:
<PyGithub/PyGithub@v2.6.0...v2.7.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/codegen-sh/graph-sitter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
zanieb pushed a commit to astral-sh/python-build-standalone that referenced this pull request Oct 27, 2025
Bumps the python group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.1` | `2.0.0` |
| [cryptography](https://github.com/pyca/cryptography) | `45.0.6` |
`46.0.1` |
|
[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)
| `2025.4.1` | `2025.9.1` |
| [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` |
| [pygithub](https://github.com/pygithub/pygithub) | `2.7.0` | `2.8.1` |
| [pynacl](https://github.com/pyca/pynacl) | `1.5.0` | `1.6.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.27.0` | `0.27.1` |
| [typing-extensions](https://github.com/python/typing_extensions) |
`4.14.1` | `4.15.0` |
| [zstandard](https://github.com/indygreg/python-zstandard) | `0.24.0` |
`0.25.0` |
| [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.9` | `0.13.0` |
| [types-jsonschema](https://github.com/typeshed-internal/stub_uploader)
| `4.25.0.20250809` | `4.25.1.20250822` |
| [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) |
`6.0.12.20250809` | `6.0.12.20250915` |

Updates `cffi` from 1.17.1 to 2.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-cffi/cffi/releases">cffi's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Python 3.14 support.</li>
<li>Add CPython free-threaded support (3.14t+ only) - huge thanks to the
folks at Quansight Labs for all the work to get this one sorted!</li>
<li>Drop Python &lt;= 3.8 support.</li>
<li>Fix order dependency affecting nested type size calculation (<a
href="https://redirect.github.com/python-cffi/cffi/issues/148">#148</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0">https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0</a></p>
<h2>v2.0.0b1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add Python 3.14 support.</li>
<li>Add CPython free-threaded support (3.14t+ only).</li>
<li>Drop Python &lt;= 3.8 support.</li>
<li>Fix order dependency affecting nested type size calculation (<a
href="https://redirect.github.com/python-cffi/cffi/issues/148">#148</a>).</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0b1">https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0b1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-cffi/cffi/commit/6366c01d84e9a78e7e85f12ebe9760ba5d19b6d3"><code>6366c01</code></a>
release 2.0.0 (<a
href="https://redirect.github.com/python-cffi/cffi/issues/196">#196</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/95c847663aec401e4003927a274e4de9b8595f4f"><code>95c8476</code></a>
2.0.0 post beta backports (<a
href="https://redirect.github.com/python-cffi/cffi/issues/195">#195</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/195cbda66b6be9297ef6d584644e50cfdcca4e8a"><code>195cbda</code></a>
Release 2.0.0b1 (<a
href="https://redirect.github.com/python-cffi/cffi/issues/183">#183</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/b4bbe7940d3f76027534db1aecbae9b61c35221a"><code>b4bbe79</code></a>
fix version test to support beta</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/7ed073de66e713cf791b6fdfa23685c81fdfd6ad"><code>7ed073d</code></a>
Add support for the free-threaded build (<a
href="https://redirect.github.com/python-cffi/cffi/issues/178">#178</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/67a170dc7972dc9361743690b38da3d963b200ef"><code>67a170d</code></a>
Change the license from MIT to MIT-no-attribution, which is the same
without ...</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/92645ec9329feb03e3fa86240b40fe0fc37469d1"><code>92645ec</code></a>
Add Python 3.14 support/testing (<a
href="https://redirect.github.com/python-cffi/cffi/issues/177">#177</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/2b81170583a898478a6996c9705d8c38ab7f73a1"><code>2b81170</code></a>
doc: update test commands in Section Testing/development tips (<a
href="https://redirect.github.com/python-cffi/cffi/issues/158">#158</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/25172b84cf51cf58241f074ccd1efd9c7648cb43"><code>25172b8</code></a>
doc: update year (<a
href="https://redirect.github.com/python-cffi/cffi/issues/153">#153</a>)</li>
<li><a
href="https://github.com/python-cffi/cffi/commit/b57a92c03eb2078a99c900519a37d18b4d52324f"><code>b57a92c</code></a>
issue 147: force-compute nested structs before parent structs. Occurs
mainly...</li>
<li>Additional commits viewable in <a
href="https://github.com/python-cffi/cffi/compare/v1.17.1...v2.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `cryptography` from 45.0.6 to 46.0.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's
changelog</a>.</em></p>
<blockquote>
<p>46.0.1 - 2025-09-16</p>
<pre><code>
* Fixed an issue where users installing via ``pip`` on Python 3.14
development
  versions would not properly install a dependency.
* Fixed an issue building the free-threaded macOS 3.14 wheels.
<p>.. _v46-0-0:</p>
<p>46.0.0 - 2025-09-16<br />
</code></pre></p>
<ul>
<li><strong>BACKWARDS INCOMPATIBLE:</strong> Support for Python 3.7 has
been removed.</li>
<li>Support for OpenSSL &lt; 3.0 is deprecated and will be removed in
the next
release.</li>
<li>Support for <code>x86_64</code> macOS (including publishing wheels)
is deprecated
and will be removed in two releases. We will switch to publishing an
<code>arm64</code> only wheel for macOS.</li>
<li>Support for 32-bit Windows (including publishing wheels) is
deprecated
and will be removed in two releases. Users should move to a 64-bit
Python installation.</li>
<li>Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.5.3.</li>
<li>We now build <code>ppc64le</code> <code>manylinux</code> wheels and
publish them to PyPI.</li>
<li>We now build <code>win_arm64</code> (Windows on Arm) wheels and
publish them to PyPI.</li>
<li>Added support for free-threaded Python 3.14.</li>
<li>Removed the deprecated <code>get_attribute_for_oid</code> method on
:class:<code>~cryptography.x509.CertificateSigningRequest</code>. Users
should use
:meth:<code>~cryptography.x509.Attributes.get_attribute_for_oid</code>
instead.</li>
<li>Removed the deprecated <code>CAST5</code>, <code>SEED</code>,
<code>IDEA</code>, and <code>Blowfish</code>
classes from the cipher module. These are still available in
:doc:<code>/hazmat/decrepit/index</code>.</li>
<li>In X.509, when performing a PSS signature with a SHA-3 hash, it is
now
encoded with the official NIST SHA3 OID.</li>
</ul>
<p>.. _v45-0-7:</p>
<p>45.0.7 - 2025-09-01</p>
<pre><code>
* Added a function to support an upcoming ``pyOpenSSL`` release.
<p>.. _v45-0-6:<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyca/cryptography/commit/e735cfc27502320101c130335c556394a125ba52"><code>e735cfc</code></a>
release 46.0.1 (<a
href="https://redirect.github.com/pyca/cryptography/issues/13450">#13450</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/4e457ffba43a6d87efc63c33041e2081438dd8a4"><code>4e457ff</code></a>
Explicitly specify python in mac uv build invocation (<a
href="https://redirect.github.com/pyca/cryptography/issues/13447">#13447</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/2726efdb6d67f1c90cf9c6062d9fe051965586f8"><code>2726efd</code></a>
Depend on CFFI 2.0.0 or newer on Python &gt; 3.8 (<a
href="https://redirect.github.com/pyca/cryptography/issues/13448">#13448</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/62230623d183706632c0eb7822c96ac95e3710a8"><code>6223062</code></a>
release 46.0.0 (<a
href="https://redirect.github.com/pyca/cryptography/issues/13446">#13446</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/563c4915b0931455706f761a4579c26698824eae"><code>563c491</code></a>
Update comment for pyopenssl-release tag (<a
href="https://redirect.github.com/pyca/cryptography/issues/13445">#13445</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/d2f6f7faced35b73277bc624ff496f8af696b172"><code>d2f6f7f</code></a>
Bump downstream dependencies in CI (<a
href="https://redirect.github.com/pyca/cryptography/issues/13439">#13439</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/e7ab02bd679d0b4f55d93486fe27e62554ef15d4"><code>e7ab02b</code></a>
we'll ship this with 3.5.3 why not (<a
href="https://redirect.github.com/pyca/cryptography/issues/13442">#13442</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/0b68a4bffb61202e4d4f5074cd30c2b9d15f429e"><code>0b68a4b</code></a>
Another pair of bump dependencies fix (<a
href="https://redirect.github.com/pyca/cryptography/issues/13444">#13444</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/e076d08ee42da5daa432d1d145b8bee2dc0d5b44"><code>e076d08</code></a>
Attempt to fix commit message for bump downstreams (<a
href="https://redirect.github.com/pyca/cryptography/issues/13440">#13440</a>)</li>
<li><a
href="https://github.com/pyca/cryptography/commit/6835ce899e03215689964f5f28bd88b86d3e60ca"><code>6835ce8</code></a>
Put correct version bounds for pyenchant in pins (<a
href="https://redirect.github.com/pyca/cryptography/issues/13441">#13441</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyca/cryptography/compare/45.0.6...46.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `jsonschema-specifications` from 2025.4.1 to 2025.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-jsonschema/jsonschema-specifications/releases">jsonschema-specifications's
releases</a>.</em></p>
<blockquote>
<h2>v2025.9.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/94">python-jsonschema/jsonschema-specifications#94</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/96">python-jsonschema/jsonschema-specifications#96</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/98">python-jsonschema/jsonschema-specifications#98</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/99">python-jsonschema/jsonschema-specifications#99</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/100">python-jsonschema/jsonschema-specifications#100</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/101">python-jsonschema/jsonschema-specifications#101</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/102">python-jsonschema/jsonschema-specifications#102</a></li>
<li>Bump actions/checkout from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/104">python-jsonschema/jsonschema-specifications#104</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/103">python-jsonschema/jsonschema-specifications#103</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/105">python-jsonschema/jsonschema-specifications#105</a></li>
<li>[pre-commit.ci] pre-commit autoupdate by <a
href="https://github.com/pre-commit-ci"><code>@​pre-commit-ci</code></a>[bot]
in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/106">python-jsonschema/jsonschema-specifications#106</a></li>
<li>Move 2019-09 &quot;format&quot; schema to correct directory by <a
href="https://github.com/branen"><code>@​branen</code></a> in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/107">python-jsonschema/jsonschema-specifications#107</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/branen"><code>@​branen</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/pull/107">python-jsonschema/jsonschema-specifications#107</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-jsonschema/jsonschema-specifications/compare/v2025.4.1...v2025.9.1">https://github.com/python-jsonschema/jsonschema-specifications/compare/v2025.4.1...v2025.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/3b846010c34ce254d8ced23023451d1d64de37f5"><code>3b84601</code></a>
Update docs requirements.</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/5a27ff336b5154f269d4cbf4a13b155de5d526ff"><code>5a27ff3</code></a>
Merge pull request <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/issues/107">#107</a>
from branen/relocate-misplaced-metaschema</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/c2e2b755a7455b38ecdaae7c84c6424f03b4aec9"><code>c2e2b75</code></a>
Move 2019-09 &quot;format&quot; schema to correct directory</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/e2b4d6a0fe5a62d31258bec1bfd0f89a7e921923"><code>e2b4d6a</code></a>
Merge pull request <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/issues/106">#106</a>
from python-jsonschema/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/1336f011c1469ba27c7b31aa858044c11788e6a7"><code>1336f01</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/9dd63694255694f33a8e711b05126d2c9be005e2"><code>9dd6369</code></a>
Merge pull request <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/issues/105">#105</a>
from python-jsonschema/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/c1563ea532fc27cd1e6eacccc720857dbc4d82f3"><code>c1563ea</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/cbd01efa4af8b9293f64cdebf456bd745b090c5b"><code>cbd01ef</code></a>
No lockfile yet.</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/125eafa99b23ce981b3bbed4008d6d531311c8aa"><code>125eafa</code></a>
Merge pull request <a
href="https://redirect.github.com/python-jsonschema/jsonschema-specifications/issues/103">#103</a>
from python-jsonschema/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/python-jsonschema/jsonschema-specifications/commit/9dca87c0d1cda9ad357564bb1470d929992680a6"><code>9dca87c</code></a>
Use the setup-uv action for uv.</li>
<li>Additional commits viewable in <a
href="https://github.com/python-jsonschema/jsonschema-specifications/compare/v2025.4.1...v2025.9.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pycparser` from 2.22 to 2.23
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eliben/pycparser/releases">pycparser's
releases</a>.</em></p>
<blockquote>
<h2>release_v2.23</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow abstract declarator &quot;static&quot; (GH issue <a
href="https://redirect.github.com/eliben/pycparser/issues/539">#539</a>)
by <a href="https://github.com/gperciva"><code>@​gperciva</code></a> in
<a
href="https://redirect.github.com/eliben/pycparser/pull/545">eliben/pycparser#545</a></li>
<li>Add support for Python 3.13 by <a
href="https://github.com/hugovk"><code>@​hugovk</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/550">eliben/pycparser#550</a></li>
<li>Add dirent and socket typedefs. by <a
href="https://github.com/MegaManSec"><code>@​MegaManSec</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/558">eliben/pycparser#558</a></li>
<li>Support for labels with no statement by <a
href="https://github.com/ignatirabo"><code>@​ignatirabo</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/562">eliben/pycparser#562</a></li>
<li>Accept empty 'case' or 'default' labels by <a
href="https://github.com/ignatirabo"><code>@​ignatirabo</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/564">eliben/pycparser#564</a></li>
<li>fix: preserve parentheses for statement exprs by <a
href="https://github.com/zawan-ila"><code>@​zawan-ila</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/566">eliben/pycparser#566</a></li>
<li>fix: hex float types by <a
href="https://github.com/zawan-ila"><code>@​zawan-ila</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/567">eliben/pycparser#567</a></li>
<li>Explicit error for comments, with README link by <a
href="https://github.com/cellularmitosis"><code>@​cellularmitosis</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/569">eliben/pycparser#569</a></li>
<li>showemptyattrs option on Node.show() by <a
href="https://github.com/cellularmitosis"><code>@​cellularmitosis</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/570">eliben/pycparser#570</a></li>
<li>Add fake typedefs for GNU Extension 128-bit integers. by <a
href="https://github.com/dj-wednesday"><code>@​dj-wednesday</code></a>
in <a
href="https://redirect.github.com/eliben/pycparser/pull/577">eliben/pycparser#577</a></li>
<li>Typedef for __kernel_sa_family_t in linux/socket.h by <a
href="https://github.com/crosser"><code>@​crosser</code></a> in <a
href="https://redirect.github.com/eliben/pycparser/pull/578">eliben/pycparser#578</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/gperciva"><code>@​gperciva</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/545">eliben/pycparser#545</a></li>
<li><a
href="https://github.com/MegaManSec"><code>@​MegaManSec</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/558">eliben/pycparser#558</a></li>
<li><a
href="https://github.com/ignatirabo"><code>@​ignatirabo</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/562">eliben/pycparser#562</a></li>
<li><a href="https://github.com/zawan-ila"><code>@​zawan-ila</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/566">eliben/pycparser#566</a></li>
<li><a
href="https://github.com/cellularmitosis"><code>@​cellularmitosis</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/569">eliben/pycparser#569</a></li>
<li><a
href="https://github.com/dj-wednesday"><code>@​dj-wednesday</code></a>
made their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/577">eliben/pycparser#577</a></li>
<li><a href="https://github.com/crosser"><code>@​crosser</code></a> made
their first contribution in <a
href="https://redirect.github.com/eliben/pycparser/pull/578">eliben/pycparser#578</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23">https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eliben/pycparser/commit/5b60167602e7914139b3e277266ccdff5c24dbf2"><code>5b60167</code></a>
Prepare for release 2.23</li>
<li><a
href="https://github.com/eliben/pycparser/commit/7b24736bbb875a5c6c6f0520412f03aace75d0ee"><code>7b24736</code></a>
Typedef for __kernel_sa_family_t in _fake_typedefs.h (<a
href="https://redirect.github.com/eliben/pycparser/issues/578">#578</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/90184f1f4eb1234fb9e7ae0c8b74eab9ea963482"><code>90184f1</code></a>
Add fake typedefs for GNU Extension 128-bit integers. (<a
href="https://redirect.github.com/eliben/pycparser/issues/577">#577</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/f04fdcde3d95be4a632948718d0c46eac09c50ce"><code>f04fdcd</code></a>
showemptyattrs option on Node.show() (<a
href="https://redirect.github.com/eliben/pycparser/issues/570">#570</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/156eae7f42843d8a3e78a68995d9cc7485577e38"><code>156eae7</code></a>
Explicit error for comments, with README link (<a
href="https://redirect.github.com/eliben/pycparser/issues/569">#569</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/2215299261306df71e2cec23bb3acd7b8f31f8db"><code>2215299</code></a>
fix: hex float types (<a
href="https://redirect.github.com/eliben/pycparser/issues/567">#567</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/037bd31d4e0e69e8c4d80e45311ae46abc15dd4e"><code>037bd31</code></a>
fix: preserve parentheses for statement exprs (<a
href="https://redirect.github.com/eliben/pycparser/issues/566">#566</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/9cecc090151b31d8821786bca3b25851a4a33272"><code>9cecc09</code></a>
Accept empty 'case' or 'default' labels (<a
href="https://redirect.github.com/eliben/pycparser/issues/564">#564</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/7ae671d3ac44e1000bcbe7108b24bdb9187443ac"><code>7ae671d</code></a>
Support for labels with no statement (<a
href="https://redirect.github.com/eliben/pycparser/issues/562">#562</a>)</li>
<li><a
href="https://github.com/eliben/pycparser/commit/42b542324859a108f2cf35bcfe21fe5877ceb091"><code>42b5423</code></a>
Add dirent and socket typedefs. (<a
href="https://redirect.github.com/eliben/pycparser/issues/558">#558</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eliben/pycparser/compare/release_v2.22...release_v2.23">compare
view</a></li>
</ul>
</details>
<br />

Updates `pygithub` from 2.7.0 to 2.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](https://github.com/pygithub/pygithub/issues/3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](https://github.com/pygithub/pygithub/issues/3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](https://github.com/pygithub/pygithub/issues/3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](https://github.com/pygithub/pygithub/issues/3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](https://github.com/pygithub/pygithub/issues/3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](https://github.com/pygithub/pygithub/issues/3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](https://github.com/pygithub/pygithub/issues/3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](https://github.com/pygithub/pygithub/issues/3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](https://github.com/pygithub/pygithub/issues/3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](https://github.com/pygithub/pygithub/issues/3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](https://github.com/pygithub/pygithub/issues/3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](https://github.com/pygithub/pygithub/issues/3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](https://github.com/pygithub/pygithub/issues/2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](https://github.com/pygithub/pygithub/issues/3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](https://github.com/pygithub/pygithub/issues/3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](https://github.com/pygithub/pygithub/issues/3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](https://github.com/pygithub/pygithub/issues/3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](https://github.com/pygithub/pygithub/issues/3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](https://github.com/pygithub/pygithub/issues/3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](https://github.com/pygithub/pygithub/issues/3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](https://github.com/pygithub/pygithub/issues/3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](https://github.com/pygithub/pygithub/issues/3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](https://github.com/pygithub/pygithub/issues/3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](https://github.com/pygithub/pygithub/issues/3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](https://github.com/pygithub/pygithub/issues/3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](https://github.com/pygithub/pygithub/issues/3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](https://github.com/pygithub/pygithub/issues/3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](https://github.com/pygithub/pygithub/issues/3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](https://github.com/pygithub/pygithub/issues/3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](https://github.com/pygithub/pygithub/issues/3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pynacl` from 1.5.0 to 1.6.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyca/pynacl/blob/main/CHANGELOG.rst">pynacl's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.0 (2025-09-11)</h2>
<ul>
<li><strong>BACKWARDS INCOMPATIBLE:</strong> Removed support for Python
3.6 and 3.7.</li>
<li>Added support for the low level AEAD AES bindings.</li>
<li>Added support for
<code>crypto_core_ed25519_from_uniform</code>.</li>
<li>Update <code>libsodium</code> to 1.0.20-stable (2025-08-27
build).</li>
<li>Added support for free-threaded Python 3.14.</li>
<li>Added support for Windows on ARM wheels.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyca/pynacl/commit/3209bf1df1bcfcbaebc6fb0f54cc2a02da524c11"><code>3209bf1</code></a>
release 1.6.0 (<a
href="https://redirect.github.com/pyca/pynacl/issues/891">#891</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/15bc45d16f8629fc81e134118a72f89335664c39"><code>15bc45d</code></a>
upgrade to libsodium 1.0.20-stable 2025-08-27 build (<a
href="https://redirect.github.com/pyca/pynacl/issues/890">#890</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/ac958e025849fa5f019d4788135296db8a117a63"><code>ac958e0</code></a>
fix doc mistake (<a
href="https://redirect.github.com/pyca/pynacl/issues/892">#892</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/593fb5ea067359f901c0e914a0b8a1c6071b1d8d"><code>593fb5e</code></a>
update changelog and drop support for python 3.7 (<a
href="https://redirect.github.com/pyca/pynacl/issues/888">#888</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/7bc612606b00733100dc6460d7c7a87bf1960a4a"><code>7bc6126</code></a>
fix var casing in wheel builder (<a
href="https://redirect.github.com/pyca/pynacl/issues/889">#889</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/59f9595ffd60624a6b138a4e8c7c38b6b5bd5627"><code>59f9595</code></a>
Support Python 3.14 and 3.14t (<a
href="https://redirect.github.com/pyca/pynacl/issues/880">#880</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/2860f9884cc64294d3a1f56f0a80c6b40a8e5973"><code>2860f98</code></a>
Bump actions/setup-python from 5 to 6 (<a
href="https://redirect.github.com/pyca/pynacl/issues/887">#887</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/b712d60990092eaf58f3b5ff5858f904dd8159f4"><code>b712d60</code></a>
Update CI for the new staticnode location (<a
href="https://redirect.github.com/pyca/pynacl/issues/885">#885</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/178048996704edbe75f033d86eba059fdfa5fd0d"><code>1780489</code></a>
Bump actions/checkout from 4.2.2 to 4.3.0 (<a
href="https://redirect.github.com/pyca/pynacl/issues/883">#883</a>)</li>
<li><a
href="https://github.com/pyca/pynacl/commit/e03ffee35d4702d94c62e7993e1abc15ee490ded"><code>e03ffee</code></a>
Bump actions/download-artifact from 4.3.0 to 5.0.0 (<a
href="https://redirect.github.com/pyca/pynacl/issues/882">#882</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyca/pynacl/compare/1.5.0...1.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `rpds-py` from 0.27.0 to 0.27.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crate-py/rpds/releases">rpds-py's
releases</a>.</em></p>
<blockquote>
<h2>v0.27.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>Include attestations in published artifacts by <a
href="https://github.com/EpicWink"><code>@​EpicWink</code></a> in <a
href="https://redirect.github.com/crate-py/rpds/pull/160">crate-py/rpds#160</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/EpicWink"><code>@​EpicWink</code></a>
made their first contribution in <a
href="https://redirect.github.com/crate-py/rpds/pull/160">crate-py/rpds#160</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/crate-py/rpds/compare/v0.27.0...v0.27.1">https://github.com/crate-py/rpds/compare/v0.27.0...v0.27.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crate-py/rpds/commit/7ecc7a56108a64383fe5fbf5c0ca08a6f797db18"><code>7ecc7a5</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/165">#165</a>
from EpicWink/pypi-publish-subdir</li>
<li><a
href="https://github.com/crate-py/rpds/commit/ab51ff333e3a2d0e3c4fad7b991a39a493ae0856"><code>ab51ff3</code></a>
Download packages to subdirectory in PyPI publish CI job</li>
<li><a
href="https://github.com/crate-py/rpds/commit/d1fd8acfd4079cfea5db622b5c73abbaa2cca29a"><code>d1fd8ac</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/162">#162</a>
from crate-py/dependabot/github_actions/astral-sh/set...</li>
<li><a
href="https://github.com/crate-py/rpds/commit/cfb1867623f759f59c2c53562d2fd25ea22ece5b"><code>cfb1867</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/163">#163</a>
from crate-py/dependabot/github_actions/github/codeql...</li>
<li><a
href="https://github.com/crate-py/rpds/commit/c29352f375dc54abe176e59b5931896ac4bf4e49"><code>c29352f</code></a>
Merge pull request <a
href="https://redirect.github.com/crate-py/rpds/issues/161">#161</a>
from EpicWink/pypi-publish-fix-dir</li>
<li><a
href="https://github.com/crate-py/rpds/commit/21da625c1965d5cb0a6eeac45c5c8f9931d43e3e"><code>21da625</code></a>
Bump github/codeql-action from 3.29.10 to 3.29.11</li>
<li><a
href="https://github.com/crate-py/rpds/commit/79cbefa085dd70c4fcb8dc0ef104ed9092d0f7c2"><code>79cbefa</code></a>
Bump astral-sh/setup-uv from 6.5.0 to 6.6.0</li>
<li><a
href="https://github.com/crate-py/rpds/commit/c32f229c3d46034bd0c96ab54388c3712f42a0e4"><code>c32f229</code></a>
Specify packages directory for PyPI publish action</li>
<li><a
href="https://github.com/crate-py/rpds/commit/09865d3c06d5c33376aa820bd33bb5e4e9053271"><code>09865d3</code></a>
Tag a release.</li>
<li><a
href="https://github.com/crate-py/rpds/commit/16a674d9dbcdeb44eb79b6e13674bcac5b020be5"><code>16a674d</code></a>
Merge branch 'pypi-publish-action'</li>
<li>Additional commits viewable in <a
href="https://github.com/crate-py/rpds/compare/v0.27.0...v0.27.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `typing-extensions` from 4.14.1 to 4.15.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/releases">typing-extensions's
releases</a>.</em></p>
<blockquote>
<h2>4.15.0</h2>
<p>No user-facing changes since 4.15.0rc1.</p>
<p>New features since 4.14.1:</p>
<ul>
<li>Add the <code>@typing_extensions.disjoint_base</code> decorator, as
specified
in PEP 800. Patch by Jelle Zijlstra.</li>
<li>Add <code>typing_extensions.type_repr</code>, a backport of
<a
href="https://docs.python.org/3.14/library/annotationlib.html#annotationlib.type_repr"><code>annotationlib.type_repr</code></a>,
introduced in Python 3.14 (CPython PR <a
href="https://redirect.github.com/python/cpython/pull/124551">#124551</a>,
originally by Jelle Zijlstra). Patch by Semyon Moroz.</li>
<li>Fix behavior of type params in
<code>typing_extensions.evaluate_forward_ref</code>. Backport of
CPython PR <a
href="https://redirect.github.com/python/cpython/pull/137227">#137227</a>
by Jelle Zijlstra.</li>
</ul>
<h2>4.15.0rc1</h2>
<ul>
<li>Add the <code>@typing_extensions.disjoint_base</code> decorator, as
specified
in PEP 800. Patch by Jelle Zijlstra.</li>
<li>Add <code>typing_extensions.type_repr</code>, a backport of
<a
href="https://docs.python.org/3.14/library/annotationlib.html#annotationlib.type_repr"><code>annotationlib.type_repr</code></a>,
introduced in Python 3.14 (CPython PR <a
href="https://redirect.github.com/python/cpython/pull/124551">#124551</a>,
originally by Jelle Zijlstra). Patch by Semyon Moroz.</li>
<li>Fix behavior of type params in
<code>typing_extensions.evaluate_forward_ref</code>. Backport of
CPython PR <a
href="https://redirect.github.com/python/cpython/pull/137227">#137227</a>
by Jelle Zijlstra.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python/typing_extensions/blob/main/CHANGELOG.md">typing-extensions's
changelog</a>.</em></p>
<blockquote>
<h1>Release 4.15.0 (August 25, 2025)</h1>
<p>No user-facing changes since 4.15.0rc1.</p>
<h1>Release 4.15.0rc1 (August 18, 2025)</h1>
<ul>
<li>Add the <code>@typing_extensions.disjoint_base</code> decorator, as
specified
in PEP 800. Patch by Jelle Zijlstra.</li>
<li>Add <code>typing_extensions.type_repr</code>, a backport of
<a
href="https://docs.python.org/3.14/library/annotationlib.html#annotationlib.type_repr"><code>annotationlib.type_repr</code></a>,
introduced in Python 3.14 (CPython PR <a
href="https://redirect.github.com/python/cpython/pull/124551">#124551</a>,
originally by Jelle Zijlstra). Patch by Semyon Moroz.</li>
<li>Fix behavior of type params in
<code>typing_extensions.evaluate_forward_ref</code>. Backport of
CPython PR <a
href="https://redirect.github.com/python/cpython/pull/137227">#137227</a>
by Jelle Zijlstra.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python/typing_extensions/commit/9d1637e264b5c1a6b7acee3e907015f89b20c2c9"><code>9d1637e</code></a>
Prepare release 4.15.0 (<a
href="https://redirect.github.com/python/typing_extensions/issues/658">#658</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/4bd67c5be5d9443c7d33c314d02a56ee125eb88d"><code>4bd67c5</code></a>
Coverage: exclude some noise (<a
href="https://redirect.github.com/python/typing_extensions/issues/656">#656</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/e589a26da73b075c5276bae40b86db1af0144f84"><code>e589a26</code></a>
Coverage: add detailed report to job summary (<a
href="https://redirect.github.com/python/typing_extensions/issues/655">#655</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/67d37fed1298e050f74d5acc95b2621bd37837ad"><code>67d37fe</code></a>
Coverage: Implement fail_under (<a
href="https://redirect.github.com/python/typing_extensions/issues/654">#654</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/e9ae26f5286edee9262727755ecb9ad16e999192"><code>e9ae26f</code></a>
Don't delete previous coverage comment (<a
href="https://redirect.github.com/python/typing_extensions/issues/653">#653</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/ac80bb728a3006fc88ef7373b92f0c25cfcc7895"><code>ac80bb7</code></a>
Add Coverage workflow (<a
href="https://redirect.github.com/python/typing_extensions/issues/623">#623</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/abaaafd98c1cc7e5baf098ec287a3d22cb339670"><code>abaaafd</code></a>
Prepare release 4.15.0rc1 (<a
href="https://redirect.github.com/python/typing_extensions/issues/650">#650</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/98104053ea8d49bcdd247804e5fa9f73136acbd4"><code>9810405</code></a>
Add <code>@disjoint_base</code> (PEP 800) (<a
href="https://redirect.github.com/python/typing_extensions/issues/634">#634</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/7ee9e05fd484d06899ce56e80f5e1aa4c760fc03"><code>7ee9e05</code></a>
Backport type_params fix from CPython (<a
href="https://redirect.github.com/python/typing_extensions/issues/646">#646</a>)</li>
<li><a
href="https://github.com/python/typing_extensions/commit/1e8eb9c06ef51b3a1e1f05303a16feca13f5ed98"><code>1e8eb9c</code></a>
Do not refer to PEP 705 as being experimental (<a
href="https://redirect.github.com/python/typing_extensions/issues/648">#648</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python/typing_extensions/compare/4.14.1...4.15.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `zstandard` from 0.24.0 to 0.25.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/indygreg/python-zstandard/releases">zstandard's
releases</a>.</em></p>
<blockquote>
<h2>0.25.0</h2>
<ul>
<li>PyO3 Rust created upgraded from 0.24 to 0.25. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/273">#273</a>)</li>
<li>We now use <code>Py_REFCNT(obj)</code> instead of accessing
<code>(*obj)-&gt;ob_refcnt</code> directly.
This fixes a nogil / multi-threaded compile error. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/201">#201</a>,
<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/275">#275</a>)</li>
<li>A zstandard commit to fix qsort detection on BSD operating systems
has been backported. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/272">#272</a>)</li>
<li>The <code>PYTHON_ZSTANDARD_IMPORT_POLICY</code> environment variable
now has leading
and trailing whitespace stripped. Values like <code> cffi</code> and
<code>cffi </code> are
now equivalent to <code>cffi</code>.</li>
<li>The CI jobs for building wheels have been overhauled to always use
<code>cibuildwheel</code> and <code>uv</code> (where possible). This
change should be backwards
compatible. But wheel building for this project has historically been
fragile and there may be unwanted changes. We're optimistic that
standardizing
on uv (except for musllinux ppc64le and s390x where uv isn't available)
will lead to more stability over time.</li>
<li>CI now runs tests against the wheels we distribute. Previously, we
ran
tests against a separate build that was theoretically identical. But the
builds may have been subtly different, leading to preventable bugs in
our
wheels. (Enabling this test coverage did not uncover any failures.)</li>
<li>The <code>pyproject.toml</code> build backend has been switched from
<code>setuptools.build_meta:__legacy__</code> to
<code>setuptools.build_meta</code>.</li>
<li>The setuptools build dependency has been upgraded from &lt;69.0.0 to
&gt;=77.0.0.
Modern versions of setuptools broke
<code>--config-settings=--build-option=...</code> as part of
implementing PEP 660.
A workaround is to use
<code>--config-settings=--global-option=...</code> instead.
<code>--global-option</code> apparently is deprecated and the setuptools
folks have yet
to figure out how to thread config settings into <code>setup.py</code>
invocations.
(<code>--build-option</code> is sent to the <code>build_wheel</code>
command but not the
<code>build_editable</code> command.)</li>
<li>Python 3.14 wheels are now built with <code>manylinux_2_28</code>
(versus
<code>manylinux2014</code>) for older Python versions. This may raise
the minimum
glibc version, effectively dropping support for Debian 8 and 9, Ubuntu
13.10 through 18.04, Fedora 19 to 28, and RHEL/Centos 7. However, in
practice most platforms don't container newer glibc symbols and are
still
ABI compatible with <code>manylinux2014</code> and glibc 2.17.</li>
<li>We now require cffi &gt;= 2.0.0b on Python 3.14. &lt;3.14 still
requires 1.17.
(<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/274">#274</a>)</li>
<li>The cffi backend is now automatically disabled for free-threaded
builds
on Python &lt;3.14, as cffi didn't implement free-threaded support until
the 2.0 release. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/274">#274</a>)</li>
<li>Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not
yet
formally support free-threaded builds. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/276">#276</a>)</li>
<li>The C and Rust backends now declare the GIL as unused.</li>
<li>The <code>pythoncapi_compat.h</code> file has been upgraded to the
latest version. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/278">#278</a>)</li>
<li><code>setup.py</code> now depends on <code>packaging</code> and uses
<code>packaging.version.Version</code>
for version comparisons. This removes some deprecation warnings from
usage of
legacy distutils <code>Version</code> classes.</li>
<li>Relax run-time libzstd version checking in C extension from exactly
1.5.7
to &gt;=1.5.6. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/254">#254</a>,
<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/267">#267</a>)</li>
<li>C extension types now (correctly) declare their fully qualified type
names</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst">zstandard's
changelog</a>.</em></p>
<blockquote>
<h1>0.25.0 (released 2025-09-14)</h1>
<ul>
<li>PyO3 Rust created upgraded from 0.24 to 0.25. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/273">#273</a>)</li>
<li>We now use <code>Py_REFCNT(obj)</code> instead of accessing
<code>(*obj)-&gt;ob_refcnt</code> directly.
This fixes a nogil / multi-threaded compile error. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/201">#201</a>,
<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/275">#275</a>)</li>
<li>A zstandard commit to fix qsort detection on BSD operating systems
has been backported. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/272">#272</a>)</li>
<li>The <code>PYTHON_ZSTANDARD_IMPORT_POLICY</code> environment variable
now has leading
and trailing whitespace stripped. Values like <code> cffi</code> and
<code>cffi </code> are
now equivalent to <code>cffi</code>.</li>
<li>The CI jobs for building wheels have been overhauled to always use
<code>cibuildwheel</code> and <code>uv</code> (where possible). This
change should be backwards
compatible. But wheel building for this project has historically been
fragile and there may be unwanted changes. We're optimistic that
standardizing
on uv (except for musllinux ppc64le and s390x where uv isn't available)
will lead to more stability over time.</li>
<li>CI now runs tests against the wheels we distribute. Previously, we
ran
tests against a separate build that was theoretically identical. But the
builds may have been subtly different, leading to preventable bugs in
our
wheels. (Enabling this test coverage did not uncover any failures.)</li>
<li>The <code>pyproject.toml</code> build backend has been switched from
<code>setuptools.build_meta:__legacy__</code> to
<code>setuptools.build_meta</code>.</li>
<li>The setuptools build dependency has been upgraded from &lt;69.0.0 to
&gt;=77.0.0.
Modern versions of setuptools broke
<code>--config-settings=--build-option=...</code> as part of
implementing PEP 660.
A workaround is to use <code>--config-settings=--global-option=...``
instead. </code>--global-option<code>apparently is deprecated and the
setuptools folks have yet to figure out how to thread config settings
into</code>setup.py<code> invocations. (`--build-option</code> is sent
to the <code>build_wheel</code> command but not the
<code>build_editable</code> command.)</li>
<li>Python 3.14 wheels are now built with <code>manylinux_2_28</code>
(versus
<code>manylinux2014</code>) for older Python versions. This may raise
the minimum
glibc version, effectively dropping support for Debian 8 and 9, Ubuntu
13.10 through 18.04, Fedora 19 to 28, and RHEL/Centos 7. However, in
practice most platforms don't container newer glibc symbols and are
still
ABI compatible with <code>manylinux2014</code> and glibc 2.17.</li>
<li>We now require cffi &gt;= 2.0.0b on Python 3.14. &lt;3.14 still
requires 1.17.
(<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/274">#274</a>)</li>
<li>The cffi backend is now automatically disabled for free-threaded
builds
on Python &lt;3.14, as cffi didn't implement free-threaded support until
the 2.0 release. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/274">#274</a>)</li>
<li>Added CI coverage for free-threaded CPython 3.13 and 3.14. We do not
yet
formally support free-threaded builds. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/276">#276</a>)</li>
<li>The C and Rust backends now declare the GIL as unused.</li>
<li>The <code>pythoncapi_compat.h</code> file has been upgraded to the
latest version. (<a
href="https://redirect.github.com/indygreg/python-zstandard/issues/278">#278</a>)</li>
<li><code>setup.py</code> now depends on <code>packaging</code> and uses
<code>packaging.version.Version</code>
for version comparisons. This removes some deprecation warnings from
usage of
legacy distutils <code>Version</code> classes.</li>
<li>Relax run-time libzstd version checking in C extension from exactly
1.5.7</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indygreg/python-zstandard/commit/7a77a7510b8ce068e4a103d29aea1b5ec829d8b6"><code>7a77a75</code></a>
global: release 0.25.0</li>
<li><a
href="https://github.com/indygreg/python-zstandard/commit/79355394165dc87422f6b8a5fcde66069e5eafca"><code>7935539</code></a>
rust: <code>cargo upgrade</code></li>
<li><a
href="https://github.com/indygreg/python-zstandard/commit/bc3…
MaciejKaras added a commit to mongodb/mongodb-kubernetes that referenced this pull request Nov 7, 2025
Bumps the pip-deps group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| ruamel-yaml | `0.18.15` | `0.18.16` |
| [cryptography](https://github.com/pyca/cryptography) | `46.0.2` |
`46.0.3` |
| [isort](https://github.com/PyCQA/isort) | `6.1.0` | `7.0.0` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.3` | `2.0.0`
|
| [botocore](https://github.com/boto/botocore) | `1.40.51` | `1.40.60` |
| [boto3](https://github.com/boto/boto3) | `1.40.51` | `1.40.60` |
|
[python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales)
| `0.78.0` | `0.79.0` |
| [pygithub](https://github.com/pygithub/pygithub) | `2.7.0` | `2.8.1` |
| [flake8-isort](https://github.com/gforcada/flake8-isort) | `6.1.2` |
`7.0.0` |

Updates `ruamel-yaml` from 0.18.15 to 0.18.16

Updates `cryptography` from 46.0.2 to 46.0.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst">cryptography's
changelog</a>.</em></p>
<blockquote>
<p>46.0.3 - 2025-10-15</p>
<pre><code>
* Fixed compilation when using LibreSSL 4.2.0.
<p>.. _v46-0-2:<br />
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pyca/cryptography/commit/c0af4dd7b75921bbe9f1d41a03dbd4b64a9e3403"><code>c0af4dd</code></a>
release 46.0.3 (<a
href="https://redirect.github.com/pyca/cryptography/issues/13681">#13681</a>)</li>
<li>See full diff in <a
href="https://github.com/pyca/cryptography/compare/46.0.2...46.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `isort` from 6.1.0 to 7.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/isort/releases">isort's
releases</a>.</em></p>
<blockquote>
<h2>7.0.0</h2>
<h2>Changes</h2>
<h2>:boom: Breaking Changes</h2>
<ul>
<li>Drop support for Python 3.9 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2430">#2430</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
</ul>
<h2>:rocket: Features</h2>
<ul>
<li>Show absolute paths in skipped file messages (<a
href="https://redirect.github.com/PyCQA/isort/issues/2416">#2416</a>) <a
href="https://github.com/pranlawate"><code>@​pranlawate</code></a></li>
</ul>
<h2>:beetle: Fixes</h2>
<ul>
<li>Some fixes for Python 3.14 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2433">#2433</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
<li>Test on <code>3.14</code> and fix any bugs (<a
href="https://redirect.github.com/PyCQA/isort/issues/2425">#2425</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
<li>Update CHANGELOG.md + Fix Formatting and Grammar (<a
href="https://redirect.github.com/PyCQA/isort/issues/2419">#2419</a>) <a
href="https://github.com/lukbrew25"><code>@​lukbrew25</code></a></li>
<li>Fix output of hanging indent for long lines with noqa (<a
href="https://redirect.github.com/PyCQA/isort/issues/2407">#2407</a>) <a
href="https://github.com/matan1008"><code>@​matan1008</code></a></li>
</ul>
<h2>:construction_worker: Continuous Integration</h2>
<ul>
<li>Format with <code>ruff</code> instead of <code>black</code> (<a
href="https://redirect.github.com/PyCQA/isort/issues/2432">#2432</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
<li>Target 3.10 for <code>ruff</code> (<a
href="https://redirect.github.com/PyCQA/isort/issues/2431">#2431</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
<li>Update development dependencies to latest version (<a
href="https://redirect.github.com/PyCQA/isort/issues/2426">#2426</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
<li>docs: update pre-commit examples to version 6.1.0 (<a
href="https://redirect.github.com/PyCQA/isort/issues/2413">#2413</a>) <a
href="https://github.com/pranlawate"><code>@​pranlawate</code></a></li>
<li>Small cleanup for developer environment (<a
href="https://redirect.github.com/PyCQA/isort/issues/2418">#2418</a>) <a
href="https://github.com/DanielNoord"><code>@​DanielNoord</code></a></li>
</ul>
<h2>:package: Dependencies</h2>
<ul>
<li>Bump actions/setup-python from 5 to 6 in the github-actions group
(<a
href="https://redirect.github.com/PyCQA/isort/issues/2411">#2411</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyCQA/isort/blob/main/CHANGELOG.md">isort's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>NOTE: isort follows the <a href="https://semver.org/">semver</a>
versioning standard.
Find out more about isort's release policy <a
href="https://pycqa.github.io/isort/docs/major_releases/release_policy">here</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/isort/commit/0a09c783808cfe77bb3269250f663ff733d23302"><code>0a09c78</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2433">#2433</a>
from DanielNoord/python-314</li>
<li><a
href="https://github.com/PyCQA/isort/commit/0fee794a05b5d0c471ac80bc8943f9843ca29644"><code>0fee794</code></a>
Add 3.14 to <code>stdlibds</code></li>
<li><a
href="https://github.com/PyCQA/isort/commit/332a1ad0b68bf3a3acac055b0ec3666408b3b425"><code>332a1ad</code></a>
Bump <code>zstandard</code> for 3.14 compat</li>
<li><a
href="https://github.com/PyCQA/isort/commit/f756e5653afcf6d79ec4d0240b1868cbebd8fafd"><code>f756e56</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2432">#2432</a>
from DanielNoord/ruff-it-up</li>
<li><a
href="https://github.com/PyCQA/isort/commit/52f5134889d345ff35afdcb86501c8221b804c70"><code>52f5134</code></a>
Format with <code>ruff</code> instead of <code>black</code></li>
<li><a
href="https://github.com/PyCQA/isort/commit/012aa69fcadb3c89ff92a3d96aa449be7ae6746f"><code>012aa69</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2431">#2431</a>
from DanielNoord/ruff-it-up</li>
<li><a
href="https://github.com/PyCQA/isort/commit/89773dbb371192541092657972a74e9ce0bbbc74"><code>89773db</code></a>
Target 3.10 with <code>ruff</code></li>
<li><a
href="https://github.com/PyCQA/isort/commit/933e382f98a0c77b4c6e33c4e3ef12bd57192884"><code>933e382</code></a>
Merge pull request <a
href="https://redirect.github.com/PyCQA/isort/issues/2430">#2430</a>
from DanielNoord/drop-39</li>
<li><a
href="https://github.com/PyCQA/isort/commit/8b6e00cbe643a216da57fed4baa282d0a4a1b829"><code>8b6e00c</code></a>
Remove support for Python 3.9</li>
<li><a
href="https://github.com/PyCQA/isort/commit/b5f9f296ad873734e8caa3a731f27360648d9b37"><code>b5f9f29</code></a>
Bump profile plugin to 3.10+ and re-lock</li>
<li>Additional commits viewable in <a
href="https://github.com/PyCQA/isort/compare/6.1.0...7.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `wrapt` from 1.17.3 to 2.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/GrahamDumpleton/wrapt/releases">wrapt's
releases</a>.</em></p>
<blockquote>
<h2>wrapt-2.0.0</h2>
<p>See the project page on the Python Package Index at <a
href="https://pypi.org/project/wrapt/2.0.0/">https://pypi.org/project/wrapt/2.0.0/</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst">wrapt's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.0.0</h2>
<p>There have been subtle changes in various corner cases of the
behaviour of the
<code>ObjectProxy</code> class, which although not expected to cause
problems, still has
the potential for causing issues if code was for some reason dependent
on prior
behaviour. All existing code related to Python 2.X has also been
removed.
Finally it has also been a while since the last significant release. For
all
these reasons a major version bump is being made.</p>
<p><strong>New Features</strong></p>
<ul>
<li>
<p>Added <code>__all__</code> attribute to <code>wrapt</code> module to
expose the public API.</p>
</li>
<li>
<p>The <code>wrapt.PartialCallableObjectProxy</code> class can now be
accessed via the
alias <code>wrapt.partial</code>, which is a convenience for users who
are used to using
<code>functools.partial</code> and want to use the <code>wrapt</code>
version of it.</p>
</li>
<li>
<p>Type hints have been added to the <code>wrapt</code> module. The type
hints are
available when using Python 3.10 or later, and can be used with static
type
checkers such as <code>pylance</code> or <code>mypy</code>. Note that
due to limitations in
Python's type hinting system, type checking is not always able to be
applied
or details such as default values may not be available. See the
documentation
for more details on limitations and workarounds.</p>
</li>
<li>
<p>Added <code>wrapt.BaseObjectProxy</code> class which is the base
class for all object
proxy classes. This class is either the pure Python or C extension
variant of
the object proxy depending on whether the C extension is available. This
used
to be the <code>ObjectProxy</code> class, but has been renamed to
<code>BaseObjectProxy</code>
to better reflect its role as the foundational class for all object
proxies.
This variant does though no longer provide a proxy implementation for
the
<code>__iter__()</code> special method as it was originally a mistake to
include it
in the <code>ObjectProxy</code> class as its presence could cause issues
when the
wrapped object is not iterable. A <code>wrapt.ObjectProxy</code> class
is still
provided but this is now a pure Python subclass of
<code>BaseObjectProxy</code> which
adds a proxy implementation for the <code>__iter__()</code> special
method. This is
done for backwards compatibility reasons as <code>ObjectProxy</code>
with the
<code>__iter__()</code> special method has been part of the public API
for a long time.</p>
</li>
<li>
<p>Added <code>wrapt.AutoObjectProxy</code> class which is a pure Python
subclass of
<code>BaseObjectProxy</code> which overrides the <code>__new__()</code>
method to dynamically
generate a custom subclass which includes methods for callable,
descriptor and
iterator protocols, as well as other select special methods. This is
done using
a dynamically generated subclass as the special methods for these
protocols
must be defined on the class itself and not on the instance. Because
<code>AutoObjectProxy</code> dynamically generates a custom subclass for
each instance,
it has a notable memory overhead for every instance created, and thus
should
only be used where you know you will not be needing many instances of
it.
If you know what additional special methods you need, it is preferable
to use
<code>BaseObjectProxy</code> directly and add them to a subclass as
needed. If you only</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/d07059f5359da0e4778546a9250d5449d78dc54a"><code>d07059f</code></a>
Merge branch 'release/2.0.0'</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/bf2609e3a6a2a170a599533e632de0d779531fdd"><code>bf2609e</code></a>
Update Python version in GitHub runner.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/0363b82355b7f43d30d8905ca66c088800620f58"><code>0363b82</code></a>
Update version to 2.0.0 for release.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/93ec4aa33ded323d546a447c9dc93433c03e0942"><code>93ec4aa</code></a>
Update to 2.0.0rc6.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/8243dfe796e62be9a5f10efaefd839c8709923c9"><code>8243dfe</code></a>
Support matrix being immutable.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/074d2785d8efde7d5150609e0048faf1ec888e95"><code>074d278</code></a>
Add test for class get item.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/407d4441a8daa0b3f2ac3e580f626c4d4e5f47ee"><code>407d444</code></a>
Add test for async context manager.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/603557231e0397de67772ac3c37f68669bd08e76"><code>6035572</code></a>
Add tests for lazy object proxy.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/8005fd93c744223761690a7d673de6a044fd11ba"><code>8005fd9</code></a>
Must use separate initialized flag for C extension to work.</li>
<li><a
href="https://github.com/GrahamDumpleton/wrapt/commit/4584e955c7cf67e8e135a295728b6a27f8ab0c35"><code>4584e95</code></a>
Add tests for auto object proxy.</li>
<li>Additional commits viewable in <a
href="https://github.com/GrahamDumpleton/wrapt/compare/1.17.3...2.0.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `botocore` from 1.40.51 to 1.40.60
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/botocore/commit/9636e61d7eec4bee526a6b22443f751edaac55e8"><code>9636e61</code></a>
Merge branch 'release-1.40.60'</li>
<li><a
href="https://github.com/boto/botocore/commit/a8eeaa0fe0110d4b1bb5bf2420bae4cfd90183c0"><code>a8eeaa0</code></a>
Bumping version to 1.40.60</li>
<li><a
href="https://github.com/boto/botocore/commit/8d2dfe8dbda5b0c0c2259d8f3f532e32bb8797da"><code>8d2dfe8</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/8c27884030d8b027f6d58ec92e3e2652581b487c"><code>8c27884</code></a>
Merge pull request <a
href="https://redirect.github.com/boto/botocore/issues/3582">#3582</a>
from boto/dependabot/github_actions/github/codeql-ac...</li>
<li><a
href="https://github.com/boto/botocore/commit/33444fce1ca6916b95b4d77aba1116dd2bf1b536"><code>33444fc</code></a>
Bump github/codeql-action from 4.30.8 to 4.31.0</li>
<li><a
href="https://github.com/boto/botocore/commit/665b7c42d792428a3c8a674f0f6186140ae155b6"><code>665b7c4</code></a>
Merge branch 'release-1.40.59'</li>
<li><a
href="https://github.com/boto/botocore/commit/06ac0dcdcc5edbf549a8697d5b73115d137e03e3"><code>06ac0dc</code></a>
Merge branch 'release-1.40.59' into develop</li>
<li><a
href="https://github.com/boto/botocore/commit/b5d4a0394e211adbc20f355aa32ad81a7593883f"><code>b5d4a03</code></a>
Bumping version to 1.40.59</li>
<li><a
href="https://github.com/boto/botocore/commit/3e42da7ace904eac80c8c0b3bf0058779992693e"><code>3e42da7</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/boto/botocore/commit/d47eefff33526b8a408b01c866538f706bb36a85"><code>d47eeff</code></a>
Update to latest models</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/botocore/compare/1.40.51...1.40.60">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3` from 1.40.51 to 1.40.60
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/da0b18a8348583e0e3d6ca4b67f74df1cde0010d"><code>da0b18a</code></a>
Merge branch 'release-1.40.60'</li>
<li><a
href="https://github.com/boto/boto3/commit/54b724b61fbd3b037c3445515bb079a37afde520"><code>54b724b</code></a>
Bumping version to 1.40.60</li>
<li><a
href="https://github.com/boto/boto3/commit/9dc2aeebcf531477d0961f6600bd5f05c72cad75"><code>9dc2aee</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/87655ba1d2462c0593a760a04cee24a48f4244e7"><code>87655ba</code></a>
Test 3.14-dev to 3.14 (<a
href="https://redirect.github.com/boto/boto3/issues/4647">#4647</a>)</li>
<li><a
href="https://github.com/boto/boto3/commit/0681062f2a7af84c777941f0efc74d5d9fb4ee05"><code>0681062</code></a>
Bump github/codeql-action from 4.30.8 to 4.31.0 (<a
href="https://redirect.github.com/boto/boto3/issues/4649">#4649</a>)</li>
<li><a
href="https://github.com/boto/boto3/commit/ba90489143614a5dc23ed373b1e4a32379b8762e"><code>ba90489</code></a>
Merge branch 'release-1.40.59'</li>
<li><a
href="https://github.com/boto/boto3/commit/e8ddeb65bce3f8c9acaa7c358f735621c239a860"><code>e8ddeb6</code></a>
Merge branch 'release-1.40.59' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/c5c73e91bee9348203cb91043eead0d5a7cb5671"><code>c5c73e9</code></a>
Bumping version to 1.40.59</li>
<li><a
href="https://github.com/boto/boto3/commit/7194041e52dd9477381533eda265f968dcfcab98"><code>7194041</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/52cedfe2f3eed28b63f135725ce4bf0ffe7fe069"><code>52cedfe</code></a>
Merge branch 'release-1.40.58'</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.40.51...1.40.60">compare
view</a></li>
</ul>
</details>
<br />

Updates `python-on-whales` from 0.78.0 to 0.79.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/releases">python-on-whales's
releases</a>.</em></p>
<blockquote>
<h2>v0.79.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat : Add support for Docker service networks in ComposeService by
<a href="https://github.com/R3gardless"><code>@​R3gardless</code></a> in
<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/683">gabrieldemarmiesse/python-on-whales#683</a></li>
<li>[Docs] Enable Syntax Highlighting by <a
href="https://github.com/lgeiger"><code>@​lgeiger</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/686">gabrieldemarmiesse/python-on-whales#686</a></li>
<li>Improve typing of <code>run</code> by using <code>@overload</code>
by <a href="https://github.com/patrick91"><code>@​patrick91</code></a>
in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/685">gabrieldemarmiesse/python-on-whales#685</a></li>
<li>Add metadata_file opt-in for buildx builds by <a
href="https://github.com/K-dash"><code>@​K-dash</code></a> in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/689">gabrieldemarmiesse/python-on-whales#689</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/R3gardless"><code>@​R3gardless</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/683">gabrieldemarmiesse/python-on-whales#683</a></li>
<li><a href="https://github.com/lgeiger"><code>@​lgeiger</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/686">gabrieldemarmiesse/python-on-whales#686</a></li>
<li><a href="https://github.com/patrick91"><code>@​patrick91</code></a>
made their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/685">gabrieldemarmiesse/python-on-whales#685</a></li>
<li><a href="https://github.com/K-dash"><code>@​K-dash</code></a> made
their first contribution in <a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/pull/689">gabrieldemarmiesse/python-on-whales#689</a></li>
</ul>
<p>Thank you for your contributions! This makes me very happy to see new
faces!</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.78.0...v0.79.0">https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.78.0...v0.79.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/497852485e34c2d32ae0590be5907e2a5a8855fc"><code>4978524</code></a>
Bump python-on-whales version to 0.79.0</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/d39aaeeb57990b05a516c0772deb48af3d8a9930"><code>d39aaee</code></a>
Add metadata_file opt-in for buildx builds (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/689">#689</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/b694f852a046a62ccbf2341c1a946f4c72d32bb3"><code>b694f85</code></a>
Improve typing of <code>run</code> by using <code>@overload</code> (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/685">#685</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/488ab4a2be87d6a54588979b4364ae14baf97b3a"><code>488ab4a</code></a>
[Docs] Enable Syntax Highlighting (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/686">#686</a>)</li>
<li><a
href="https://github.com/gabrieldemarmiesse/python-on-whales/commit/88eae6739915ad0583a0bcf7dec9a31004ecce1c"><code>88eae67</code></a>
feat : Add support for Docker service networks in ComposeService (<a
href="https://redirect.github.com/gabrieldemarmiesse/python-on-whales/issues/683">#683</a>)</li>
<li>See full diff in <a
href="https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.78.0...v0.79.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `pygithub` from 2.7.0 to 2.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Use default type if known type is not supported by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3365">PyGithub/PyGithub#3365</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1">https://github.com/PyGithub/PyGithub/compare/v2.8.0...v2.8.1</a></p>
<h2>v2.8.0</h2>
<h2>What's Changed</h2>
<h3>New Features</h3>
<ul>
<li>Add self hosted runner management to Organization by <a
href="https://github.com/billnapier"><code>@​billnapier</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3203">PyGithub/PyGithub#3203</a></li>
<li>Add support to generate release notes by <a
href="https://github.com/mball-agathos"><code>@​mball-agathos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3022">PyGithub/PyGithub#3022</a></li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Fix connection pooling to improve connection performance by <a
href="https://github.com/chriskuehl"><code>@​chriskuehl</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3289">PyGithub/PyGithub#3289</a></li>
<li>Add <code>Repository.get_automated_security_fixes</code> method by
<a href="https://github.com/zstyblik"><code>@​zstyblik</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3303">PyGithub/PyGithub#3303</a></li>
<li>Sync <code>Issue</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3338">PyGithub/PyGithub#3338</a></li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3224">PyGithub/PyGithub#3224</a></li>
<li>Sync <code>Enterprise</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3342">PyGithub/PyGithub#3342</a></li>
<li>Sync <code>GitReleaseAsset</code> class with API spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3343">PyGithub/PyGithub#3343</a></li>
<li>Sync many class with OpenAPI spec by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3344">PyGithub/PyGithub#3344</a></li>
<li>Point deprecation warnings to the caller code rather than inner
class by <a
href="https://github.com/xmo-odoo"><code>@​xmo-odoo</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3275">PyGithub/PyGithub#3275</a></li>
<li>Allow for repo strings in all <code>Team</code> repo methods by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3356">PyGithub/PyGithub#3356</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code> by <a
href="https://github.com/csalerno-asml"><code>@​csalerno-asml</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/2992">PyGithub/PyGithub#2992</a></li>
<li>Rework redirection URL allowance check by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3329">PyGithub/PyGithub#3329</a></li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code> by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3346">PyGithub/PyGithub#3346</a></li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code> by <a
href="https://github.com/eddie-santos"><code>@​eddie-santos</code></a>
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3078">PyGithub/PyGithub#3078</a></li>
<li>Add support for public release assets by <a
href="https://github.com/aolieman"><code>@​aolieman</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3339">PyGithub/PyGithub#3339</a></li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code> by <a
href="https://github.com/interifter"><code>@​interifter</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3291">PyGithub/PyGithub#3291</a></li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Minor fix to release.yml by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3201">PyGithub/PyGithub#3201</a></li>
<li>Reduce test replay data by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3243">PyGithub/PyGithub#3243</a></li>
<li>Add check to OpenAPI script to check doc-string verbs by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3332">PyGithub/PyGithub#3332</a></li>
<li>Improve apply OpenAPI schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3333">PyGithub/PyGithub#3333</a></li>
<li>Add config to OpenAPI script to ignore schemas by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3334">PyGithub/PyGithub#3334</a></li>
<li>Add suggest and create method feature to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3318">PyGithub/PyGithub#3318</a></li>
<li>Fix CI OpenApi apply command by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3341">PyGithub/PyGithub#3341</a></li>
<li>Improve OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3340">PyGithub/PyGithub#3340</a></li>
<li>Improve OpenAPI CI by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3347">PyGithub/PyGithub#3347</a></li>
<li>Rework test framework by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3271">PyGithub/PyGithub#3271</a></li>
<li>Some minor fixes to OpenAPI scripts by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3350">PyGithub/PyGithub#3350</a></li>
<li>Add manual workflow to fix auto-fixable issues by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3351">PyGithub/PyGithub#3351</a></li>
<li>Bump actions/download-artifact from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3330">PyGithub/PyGithub#3330</a></li>
<li>Use default per-page const in <code>PaginatedList</code> by <a
href="https://github.com/sam93210"><code>@​sam93210</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3039">PyGithub/PyGithub#3039</a></li>
<li>Bump actions/setup-python from 4 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3283">PyGithub/PyGithub#3283</a></li>
<li>Bump actions/checkout from 3 to 5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3348">PyGithub/PyGithub#3348</a></li>
<li>Various minor OpenAPI scripts fixes by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3353">PyGithub/PyGithub#3353</a></li>
<li>Add union class support to OpenAPI script by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3354">PyGithub/PyGithub#3354</a></li>
<li>Add <code>github_actions</code> label to Maintenance section by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3357">PyGithub/PyGithub#3357</a></li>
<li>Upgrade docformatter pre-commit hook by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3359">PyGithub/PyGithub#3359</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.8.1 (September 02, 2025)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Use default type if known type is not supported
(<code>[#3365](PyGithub/PyGithub#3365)
&lt;https://github.com/PyGithub/PyGithub/pull/3365&gt;</code><em>)
(<code>40506415
&lt;https://github.com/PyGithub/PyGithub/commit/40506415&gt;</code></em>)</li>
</ul>
<h2>Version 2.8.0 (September 02, 2025)</h2>
<p>New Features
^^^^^^^^^^^^</p>
<ul>
<li>Add self hosted runner management to Organization
(<code>[#3203](PyGithub/PyGithub#3203)
&lt;https://github.com/PyGithub/PyGithub/pull/3203&gt;</code><em>)
(<code>4ea1c4e2
&lt;https://github.com/PyGithub/PyGithub/commit/4ea1c4e2&gt;</code></em>)</li>
<li>Add support to generate release notes
(<code>[#3022](PyGithub/PyGithub#3022)
&lt;https://github.com/PyGithub/PyGithub/pull/3022&gt;</code><em>)
(<code>e359b83a
&lt;https://github.com/PyGithub/PyGithub/commit/e359b83a&gt;</code></em>)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection pooling to improve connection performance
(<code>[#3289](PyGithub/PyGithub#3289)
&lt;https://github.com/PyGithub/PyGithub/pull/3289&gt;</code>_)</li>
<li>Add <code>Repository.get_automated_security_fixes</code> method
(<code>[#3303](PyGithub/PyGithub#3303)
&lt;https://github.com/PyGithub/PyGithub/pull/3303&gt;</code><em>)
(<code>22048d83
&lt;https://github.com/PyGithub/PyGithub/commit/22048d83&gt;</code></em>)</li>
<li>Sync <code>Issue</code> class with API spec
(<code>[#3338](PyGithub/PyGithub#3338)
&lt;https://github.com/PyGithub/PyGithub/pull/3338&gt;</code><em>)
(<code>62da467a
&lt;https://github.com/PyGithub/PyGithub/commit/62da467a&gt;</code></em>)</li>
<li>Return more union classes like <code>NamedUser | Organization |
Enterprise</code>
(<code>[#3224](PyGithub/PyGithub#3224)
&lt;https://github.com/PyGithub/PyGithub/pull/3224&gt;</code><em>)
(<code>aea64148
&lt;https://github.com/PyGithub/PyGithub/commit/aea64148&gt;</code></em>)</li>
<li>Sync <code>Enterprise</code> class with API spec
(<code>[#3342](PyGithub/PyGithub#3342)
&lt;https://github.com/PyGithub/PyGithub/pull/3342&gt;</code><em>)
(<code>01bb5ab1
&lt;https://github.com/PyGithub/PyGithub/commit/01bb5ab1&gt;</code></em>)</li>
<li>Sync <code>GitReleaseAsset</code> class with API spec
(<code>[#3343](PyGithub/PyGithub#3343)
&lt;https://github.com/PyGithub/PyGithub/pull/3343&gt;</code><em>)
(<code>74449fed
&lt;https://github.com/PyGithub/PyGithub/commit/74449fed&gt;</code></em>)</li>
<li>Sync many class with OpenAPI spec
(<code>[#3344](PyGithub/PyGithub#3344)
&lt;https://github.com/PyGithub/PyGithub/pull/3344&gt;</code>_)</li>
<li>Point deprecation warnings to the caller code rather than inner
class (<code>[#3275](PyGithub/PyGithub#3275)
&lt;https://github.com/PyGithub/PyGithub/pull/3275&gt;</code><em>)
(<code>99bb5270
&lt;https://github.com/PyGithub/PyGithub/commit/99bb5270&gt;</code></em>)</li>
<li>Allow for repo strings in all <code>Team</code> repo methods
(<code>[#3356](PyGithub/PyGithub#3356)
&lt;https://github.com/PyGithub/PyGithub/pull/3356&gt;</code><em>)
(<code>3234a21f
&lt;https://github.com/PyGithub/PyGithub/commit/3234a21f&gt;</code></em>)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix API path of <code>Repository.get_git_ref</code>
(<code>[#2992](PyGithub/PyGithub#2992)
&lt;https://github.com/PyGithub/PyGithub/pull/2992&gt;</code><em>)
(<code>a6965031
&lt;https://github.com/PyGithub/PyGithub/commit/a6965031&gt;</code></em>)</li>
<li>Rework redirection URL allowance check
(<code>[#3329](PyGithub/PyGithub#3329)
&lt;https://github.com/PyGithub/PyGithub/pull/3329&gt;</code><em>)
(<code>065b1319
&lt;https://github.com/PyGithub/PyGithub/commit/065b1319&gt;</code></em>)</li>
<li>Fix <code>GitRelease.name</code>, deprecate
<code>GitRelease.title</code>
(<code>[#3346](PyGithub/PyGithub#3346)
&lt;https://github.com/PyGithub/PyGithub/pull/3346&gt;</code><em>)
(<code>fb51957f
&lt;https://github.com/PyGithub/PyGithub/commit/fb51957f&gt;</code></em>)</li>
<li>Remove <code>&quot;COMMENT&quot;</code> as the default event for
<code>create_review</code>
(<code>[#3078](PyGithub/PyGithub#3078)
&lt;https://github.com/PyGithub/PyGithub/pull/3078&gt;</code><em>)
(<code>8494da5c
&lt;https://github.com/PyGithub/PyGithub/commit/8494da5c&gt;</code></em>)</li>
<li>Add support for public release assets
(<code>[#3339](PyGithub/PyGithub#3339)
&lt;https://github.com/PyGithub/PyGithub/pull/3339&gt;</code><em>)
(<code>abad296e
&lt;https://github.com/PyGithub/PyGithub/commit/abad296e&gt;</code></em>)</li>
<li>Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>
(<code>[#3291](PyGithub/PyGithub#3291)
&lt;https://github.com/PyGithub/PyGithub/pull/3291&gt;</code><em>)
(<code>17bc4df4
&lt;https://github.com/PyGithub/PyGithub/commit/17bc4df4&gt;</code></em>)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Minor fix to release.yml
(<code>[#3201](PyGithub/PyGithub#3201)
&lt;https://github.com/PyGithub/PyGithub/pull/3201&gt;</code><em>)
(<code>f1fc6e7c
&lt;https://github.com/PyGithub/PyGithub/commit/f1fc6e7c&gt;</code></em>)</li>
<li>Reduce test replay data
(<code>[#3243](PyGithub/PyGithub#3243)
&lt;https://github.com/PyGithub/PyGithub/pull/3243&gt;</code><em>)
(<code>19426454
&lt;https://github.com/PyGithub/PyGithub/commit/19426454&gt;</code></em>)</li>
<li>Add check to OpenAPI script to check doc-string verbs
(<code>[#3332](PyGithub/PyGithub#3332)
&lt;https://github.com/PyGithub/PyGithub/pull/3332&gt;</code><em>)
(<code>3efde77d
&lt;https://github.com/PyGithub/PyGithub/commit/3efde77d&gt;</code></em>)</li>
<li>Improve apply OpenAPI schemas
(<code>[#3333](PyGithub/PyGithub#3333)
&lt;https://github.com/PyGithub/PyGithub/pull/3333&gt;</code><em>)
(<code>ec189dd6
&lt;https://github.com/PyGithub/PyGithub/commit/ec189dd6&gt;</code></em>)</li>
<li>Add config to OpenAPI script to ignore schemas
(<code>[#3334](PyGithub/PyGithub#3334)
&lt;https://github.com/PyGithub/PyGithub/pull/3334&gt;</code><em>)
(<code>0478d33b
&lt;https://github.com/PyGithub/PyGithub/commit/0478d33b&gt;</code></em>)</li>
<li>Add suggest and create method feature to OpenAPI script
(<code>[#3318](PyGithub/PyGithub#3318)
&lt;https://github.com/PyGithub/PyGithub/pull/3318&gt;</code>_)</li>
<li>Fix CI OpenApi apply command
(<code>[#3341](PyGithub/PyGithub#3341)
&lt;https://github.com/PyGithub/PyGithub/pull/3341&gt;</code><em>)
(<code>cdc10a27
&lt;https://github.com/PyGithub/PyGithub/commit/cdc10a27&gt;</code></em>)</li>
<li>Improve OpenAPI scripts
(<code>[#3340](PyGithub/PyGithub#3340)
&lt;https://github.com/PyGithub/PyGithub/pull/3340&gt;</code><em>)
(<code>ad278c5f
&lt;https://github.com/PyGithub/PyGithub/commit/ad278c5f&gt;</code></em>)</li>
<li>Improve OpenAPI CI
(<code>[#3347](PyGithub/PyGithub#3347)
&lt;https://github.com/PyGithub/PyGithub/pull/3347&gt;</code><em>)
(<code>8165bbc9
&lt;https://github.com/PyGithub/PyGithub/commit/8165bbc9&gt;</code></em>)</li>
<li>Rework test framework
(<code>[#3271](PyGithub/PyGithub#3271)
&lt;https://github.com/PyGithub/PyGithub/pull/3271&gt;</code><em>)
(<code>1b700187
&lt;https://github.com/PyGithub/PyGithub/commit/1b700187&gt;</code></em>)</li>
<li>Some minor fixes to OpenAPI scripts
(<code>[#3350](PyGithub/PyGithub#3350)
&lt;https://github.com/PyGithub/PyGithub/pull/3350&gt;</code><em>)
(<code>a813a945
&lt;https://github.com/PyGithub/PyGithub/commit/a813a945&gt;</code></em>)</li>
<li>Add manual workflow to fix auto-fixable issues
(<code>[#3351](PyGithub/PyGithub#3351)
&lt;https://github.com/PyGithub/PyGithub/pull/3351&gt;</code><em>)
(<code>0e6317d9
&lt;https://github.com/PyGithub/PyGithub/commit/0e6317d9&gt;</code></em>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/ecd47649e302a4b2d3e9b9d03eedb931e7b1ee23"><code>ecd4764</code></a>
Update changelog</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/40506415072640b8c95356cd7747dfd39ae252cf"><code>4050641</code></a>
Use default type if known type is not supported (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3365">#3365</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/18eeb269686aa5ee61ee7305ffbc3f0146c0bf5c"><code>18eeb26</code></a>
Release 2.8.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3360">#3360</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/17bc4df41a2b5fddad062e7e34c1921ed28570d3"><code>17bc4df</code></a>
Fix GitHub breaking API change of <code>maintainers</code> in
<code>Organization.create_team</code>...</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6f0d6efaebb40ce78b961ca84cd494b103d37894"><code>6f0d6ef</code></a>
Update docs on development (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3352">#3352</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/12d8d10ceec2d58d7d867147d04dad925741eda4"><code>12d8d10</code></a>
Add warning about Checks API in doc-strings (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3229">#3229</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/6ec3ca24a0b32267029bb0c865bccf47fded6285"><code>6ec3ca2</code></a>
Upgrade docformatter pre-commit hook (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3359">#3359</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/9612e61bf78ac2b6c2224624220c048d4c643b63"><code>9612e61</code></a>
Revert <code>get_enterprise</code> breaking change (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3358">#3358</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/0c31f848adfa96a00f9ae6145e443932a0161e4c"><code>0c31f84</code></a>
Add <code>github_actions</code> label to Maintenance section (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3357">#3357</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/3234a21f7062bc1bc3b55f8077edb20ca3bdcdd9"><code>3234a21</code></a>
Allow for repo strings in all <code>Team</code> repo methods (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3356">#3356</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.7.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `flake8-isort` from 6.1.2 to 7.0.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gforcada/flake8-isort/blob/main/CHANGES.rst">flake8-isort's
changelog</a>.</em></p>
<blockquote>
<h2>7.0.0 (2025-10-25)</h2>
<ul>
<li>
<p>Add support for isort 7.0.0.
[gforcada]</p>
</li>
<li>
<p>Drop python 3.9 support and add Python 3.14 support.
[gforcada]</p>
</li>
<li>
<p>Bump pypy minimum version to 3.10.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/a34569a71e9fe8560357a8c2d62607819aed6982"><code>a34569a</code></a>
Preparing release 7.0.0</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/c5c3e7e51e6f099978b9e491888e2a76ac5368b4"><code>c5c3e7e</code></a>
Merge pull request <a
href="https://redirect.github.com/gforcada/flake8-isort/issues/158">#158</a>
from gforcada/py314</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/7d2b96c5ddd36f3b8cb9b00ff8ecefd720dcd9af"><code>7d2b96c</code></a>
Update CHANGES</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/4aa848c2047858008a17f49f17cab6c11d371d1b"><code>4aa848c</code></a>
chore(ci): bump python version for linting</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/b80c95ab0e3d8cde99a277e291138224e501262b"><code>b80c95a</code></a>
fix(ci): bump pypy version</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/4e5c91e43f69fc8ae292738fc39b65ebfd2bc8ac"><code>4e5c91e</code></a>
chore: add Python 3.14, drop 3.9</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/074d53a632a02f024c71c173ebb8e01d9e292c01"><code>074d53a</code></a>
Merge pull request <a
href="https://redirect.github.com/gforcada/flake8-isort/issues/157">#157</a>
from gforcada/gforcada-patch-1</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/34059b4eb5a7ad5c00199a74969fd3fa214de611"><code>34059b4</code></a>
Update CHANGES</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/915547f4eba1e8413414c23b2385761ef3090f08"><code>915547f</code></a>
Update pyproject.toml</li>
<li><a
href="https://github.com/gforcada/flake8-isort/commit/353f45a7dc5679710a271d59afbe264edf4a6cac"><code>353f45a</code></a>
Merge pull request <a
href="https://redirect.github.com/gforcada/flake8-isort/issues/155">#155</a>
from gforcada/maintenance</li>
<li>Additional commits viewable in <a
href="https://github.com/gforcada/flake8-isort/compare/6.1.2...7.0.0">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maciej Karaś <maciej.karas@mongodb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Downloading release assets no longer working

3 participants