Skip to content

Commit

Permalink
Bump pygithub from 2.4.0 to 2.5.0 in the all group (#76)
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update:
[pygithub](https://github.com/pygithub/pygithub).

Updates `pygithub` from 2.4.0 to 2.5.0
<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.5.0</h2>
<h2>Breaking Changes</h2>
<ul>
<li>Parameters of method
<code>github.Requester.Requester.graphql_named_mutation</code> have been
renamed:
<ul>
<li>Parameter <code>variables</code> renamed to
<code>mutation_input</code></li>
<li>Parameter <code>output</code> renamed to
<code>output_schema</code></li>
<li>Default value of parameter <code>output</code> has been removed</li>
</ul>
</li>
</ul>
<h2>New features</h2>
<ul>
<li>Rework GraphQL mutations <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3046">#3046</a>)</li>
<li>Make pagination work with GraphQL response data <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3047">#3047</a>)</li>
<li>Add <code>RepositoryDiscussion</code> powered by GraphQL API <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3048">#3048</a>)</li>
<li>Add <code>Repository.get_discussion()</code> to get a single
Discussion <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3072">#3072</a>)</li>
</ul>
<h2>Improvements</h2>
<ul>
<li>Adds List organization memberships for the authenticated user <a
href="https://github.com/eduramirezh"><code>@​eduramirezh</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3040">#3040</a>)</li>
<li>Add <code>actor</code> property to WorkflowRun <a
href="https://github.com/gbhand"><code>@​gbhand</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/2764">#2764</a>)</li>
<li>Make requester a public attribute <a
href="https://github.com/minrk"><code>@​minrk</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3056">#3056</a>)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Fix requesting urls containing parameters with parameters dict <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/2929">#2929</a>)</li>
<li>PullRequest.delete_branch: fix the remaining pull requests check <a
href="https://github.com/fetsko"><code>@​fetsko</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3063">#3063</a>)</li>
</ul>
<h2>Maintenance</h2>
<ul>
<li>Remove stale bot <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a>
(510c1402)</li>
<li>Upgrade Github actions <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3075">#3075</a>)</li>
<li>Add top issues dashboard action <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3049">#3049</a>)</li>
<li>Make tests pass some more years <a
href="https://github.com/bmwiedemann"><code>@​bmwiedemann</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3045">#3045</a>)</li>
<li>Run top issues workflow only in PyGithub repo <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a>
(0d395d4e)</li>
<li>Replace pre-commit action in order to pin pre-commit <a
href="https://github.com/minrk"><code>@​minrk</code></a> (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3059">#3059</a>)</li>
</ul>
</blockquote>
</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.5.0 (November 06, 2024)</h2>
<p>Breaking Changes
^^^^^^^^^^^^^^^^</p>
<ul>
<li>
<p>Parameters of method
<code>github.Requester.Requester.graphql_named_mutation</code> have been
renamed:</p>
<ul>
<li>Parameter <code>variables</code> renamed to
<code>mutation_input</code></li>
<li>Parameter <code>output</code> renamed to
<code>output_schema</code></li>
<li>Default value of parameter <code>output</code> has been removed</li>
</ul>
</li>
</ul>
<p>New features
^^^^^^^^^^^^</p>
<ul>
<li>Rework GraphQL mutations (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3046">#3046</a>)
(27222251)</li>
<li>Make pagination work with GraphQL response data (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3047">#3047</a>)
(cd30e379)</li>
<li>Add <code>RepositoryDiscussion</code> powered by GraphQL API (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3048">#3048</a>)
(29359f3c)</li>
<li>Add <code>Repository.get_discussion()</code> to get a single
Discussion (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3072">#3072</a>)
(44120b1e)</li>
</ul>
<p>Improvements
^^^^^^^^^^^^</p>
<ul>
<li>Adds List organization memberships for the authenticated user (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3040">#3040</a>)
(cf443955)</li>
<li>Add <code>actor</code> property to WorkflowRun (<a
href="https://redirect.github.com/pygithub/pygithub/issues/2764">#2764</a>)
(612ba68e)</li>
<li>Make requester a public attribute (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3056">#3056</a>)
(c44ec523)</li>
</ul>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix requesting urls containing parameters with parameters dict (<a
href="https://redirect.github.com/pygithub/pygithub/issues/2929">#2929</a>)
(e1d67ada)</li>
<li>PullRequest.delete_branch: fix the remaining pull requests check (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3063">#3063</a>)
(72fa6278)</li>
</ul>
<p>Maintenance
^^^^^^^^^^^</p>
<ul>
<li>Remove stale bot (510c1402)</li>
<li>Upgrade Github actions (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3075">#3075</a>)
(323e2828)</li>
<li>Add top issues dashboard action (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3049">#3049</a>)
(c91f26a7)</li>
<li>Make tests pass some more years (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3045">#3045</a>)
(352c55aa)</li>
<li>Run top issues workflow only in PyGithub repo (0d395d4e)</li>
<li>Replace pre-commit Github action in order to pin pre-commit version
(<a
href="https://redirect.github.com/pygithub/pygithub/issues/3059">#3059</a>)
(1a05b43d)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/19ddb9f4fd996e99a5010d271b3c2e76dd280fb5"><code>19ddb9f</code></a>
Release v2.5.0 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3079">#3079</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/44120b1e85218166bd89735352868b2ad470762e"><code>44120b1</code></a>
Add support for <code>Repository.get_discussion()</code> to get a single
Discussion (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3072">#3072</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/323e28282fd2bfdd4f00ad7119d7ac127ece8b56"><code>323e282</code></a>
Upgrade Github actions (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3075">#3075</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/29359f3ce090a57c759668c50a8c08fc7346c2cf"><code>29359f3</code></a>
Add <code>RepositoryDiscussion</code> powered by GraphQL API (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3048">#3048</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/cd30e3796e3758be876810b5cfe935d8c5f78ff0"><code>cd30e37</code></a>
Make pagination work with GraphQL response data (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3047">#3047</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/272222510d07876dc91cea9ede99b9a1efeb5221"><code>2722225</code></a>
Rework GraphQL mutations (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3046">#3046</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/72fa6278170f0463d053795dec3023d7bdd3ced3"><code>72fa627</code></a>
PullRequest.delete_branch: fix the remaining pull requests check (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3063">#3063</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/352c55aa98c7844333c610455db2cca915aa5c64"><code>352c55a</code></a>
Make tests pass some more years (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3045">#3045</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/cf44395580cd9a1ec822236da36967a8faa290a3"><code>cf44395</code></a>
Adds List organization memberships for the authenticated user (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3040">#3040</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/612ba68e92e3fe2eb2986c53a3e48c137a3214b6"><code>612ba68</code></a>
Add <code>actor</code> property to WorkflowRun (<a
href="https://redirect.github.com/pygithub/pygithub/issues/2764">#2764</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pygithub/pygithub/compare/v2.4.0...v2.5.0">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.4.0&new-version=2.5.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent f50903d commit 0d761fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@ pycparser==2.22 \
--hash=sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6 \
--hash=sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc
# via cffi
pygithub==2.4.0 \
--hash=sha256:6601e22627e87bac192f1e2e39c6e6f69a43152cfb8f307cee575879320b3051 \
--hash=sha256:81935aa4bdc939fba98fee1cb47422c09157c56a27966476ff92775602b9ee24
pygithub==2.5.0 \
--hash=sha256:b0b635999a658ab8e08720bdd3318893ff20e2275f6446fcf35bf3f44f2c0fd2 \
--hash=sha256:e1613ac508a9be710920d26eb18b1905ebd9926aa49398e88151c1b526aad3cf
# via -r requirements.in
pyjwt[crypto]==2.9.0 \
--hash=sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850 \
Expand Down

0 comments on commit 0d761fb

Please sign in to comment.