-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit 53cb302
authored
Bump gidgethub from 5.3.0 to 5.4.0 (#11134)
Bumps [gidgethub](https://github.com/brettcannon/gidgethub) from 5.3.0
to 5.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/brettcannon/gidgethub/releases">gidgethub's
releases</a>.</em></p>
<blockquote>
<h2>5.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix broken links in docs by <a
href="https://github.com/Mariatta"><code>@Mariatta</code></a> in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/203">gidgethub/gidgethub#203</a></li>
<li>Replace flit by flit_core in build-system by <a
href="https://github.com/tjni"><code>@tjni</code></a> in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/205">gidgethub/gidgethub#205</a></li>
<li>Fix URLs by <a
href="https://github.com/brettcannon"><code>@brettcannon</code></a> in
<a
href="https://redirect.github.com/gidgethub/gidgethub/pull/208">gidgethub/gidgethub#208</a></li>
<li>Add support for Python 3.12-3.13 and drop EOL 3.7 by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/209">gidgethub/gidgethub#209</a></li>
<li>Update changelog by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/212">gidgethub/gidgethub#212</a></li>
<li>Set a maximum version of flit_core for build requirements by <a
href="https://github.com/takluyver"><code>@takluyver</code></a> in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/211">gidgethub/gidgethub#211</a></li>
<li>Add expiration parameter to apps.get_jwt by <a
href="https://github.com/jjnesbitt"><code>@jjnesbitt</code></a> in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/215">gidgethub/gidgethub#215</a></li>
<li>Make <code>gidgethub.abc.GitHubAPI.getiter()</code> iterative by <a
href="https://github.com/brettcannon"><code>@brettcannon</code></a> in
<a
href="https://redirect.github.com/gidgethub/gidgethub/pull/219">gidgethub/gidgethub#219</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tjni"><code>@tjni</code></a> made their
first contribution in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/205">gidgethub/gidgethub#205</a></li>
<li><a href="https://github.com/takluyver"><code>@takluyver</code></a>
made their first contribution in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/211">gidgethub/gidgethub#211</a></li>
<li><a href="https://github.com/jjnesbitt"><code>@jjnesbitt</code></a>
made their first contribution in <a
href="https://redirect.github.com/gidgethub/gidgethub/pull/215">gidgethub/gidgethub#215</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gidgethub/gidgethub/compare/v5.3.0...v5.4.0">https://github.com/gidgethub/gidgethub/compare/v5.3.0...v5.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gidgethub/gidgethub/blob/main/docs/changelog.rst">gidgethub's
changelog</a>.</em></p>
<blockquote>
<h2>5.4.0</h2>
<ul>
<li>
<p>Make :meth:<code>gidgethub.abc.GitHubAPI.getiter</code> be iterative
instead of
recursive
(<code>PR [#219](gidgethub/gidgethub#219)
<https://github.com/gidgethub/gidgethub/pull/219></code>_)</p>
</li>
<li>
<p>:meth:<code>gidgethub.apps.get_jwt</code> now accepts an
<code>expiration</code> parameter to
configure JWT token expiration time
(<code>PR [#215](gidgethub/gidgethub#215)
<https://github.com/gidgethub/gidgethub/pull/215></code>_)</p>
</li>
<li>
<p>Add support for Python 3.12-3.13 and drop EOL Python 3.7
(<code>PR [#209](gidgethub/gidgethub#209)
<https://github.com/gidgethub/gidgethub/pull/209></code>_)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/5aee661adf50aa398548bbb5ef17e1674db73c42"><code>5aee661</code></a>
Prepare v5.4.0 release</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/4d30eb945988fd775a3402c57eaee0f64d9a63d4"><code>4d30eb9</code></a>
Make <code>gidgethub.abc.GitHubAPI.getiter()</code> iterative (<a
href="https://redirect.github.com/brettcannon/gidgethub/issues/219">#219</a>)</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/ab4fadb3b7c62f09bb9271a15091abef3db81a89"><code>ab4fadb</code></a>
Add expiration parameter to apps.get_jwt (<a
href="https://redirect.github.com/brettcannon/gidgethub/issues/215">#215</a>)</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/a47ead1640070be4ec15b3d8118af0ea0d74d2ca"><code>a47ead1</code></a>
Set a maximum version of flit_core for build requirements (<a
href="https://redirect.github.com/brettcannon/gidgethub/issues/211">#211</a>)</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/7ec51fce1295bc44a9c7593b8a1a92d338ef3d5b"><code>7ec51fc</code></a>
Update changelog (<a
href="https://redirect.github.com/brettcannon/gidgethub/issues/212">#212</a>)</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/b6dcb777344eb6eeefd2bb65c6afc67376b9a5fa"><code>b6dcb77</code></a>
Add support for Python 3.13 and drop EOL 3.7 (<a
href="https://redirect.github.com/brettcannon/gidgethub/issues/209">#209</a>)</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/dac0359b87ee1514821b76f921112e799103102f"><code>dac0359</code></a>
Create FUNDING.yml</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/7f8cec45922056a38c51ece276844a4bc028e6f5"><code>7f8cec4</code></a>
Fix URLs (<a
href="https://redirect.github.com/brettcannon/gidgethub/issues/208">#208</a>)</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/27adeae0d6645fb98fa3dd02a53191379ce1ef1b"><code>27adeae</code></a>
Fix dead URL</li>
<li><a
href="https://github.com/gidgethub/gidgethub/commit/7dcb5d96c62516903180ca743f055125fee57d8a"><code>7dcb5d9</code></a>
Fix a dead URL</li>
<li>Additional commits viewable in <a
href="https://github.com/brettcannon/gidgethub/compare/v5.3.0...v5.4.0">compare
view</a></li>
</ul>
</details>
<br />
[](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c0449bb commit 53cb302Copy full SHA for 53cb302
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- requirements
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedrequirements/constraints.txt
Copy file name to clipboardExpand all lines: requirements/constraints.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
0 commit comments