Skip to content

Commit

Permalink
Dependency Updates: Bump pygame from 2.6.0 to 2.6.1 (#114)
Browse files Browse the repository at this point in the history
Bumps [pygame](https://github.com/pygame/pygame) from 2.6.0 to 2.6.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pygame/pygame/commit/b92c0da9d1b5eba6c813138790fc1ab6cea0252c"><code>b92c0da</code></a>
2.6.1</li>
<li><a
href="https://github.com/pygame/pygame/commit/9961a288636d86f39358eb1669e27ab213bcdbdd"><code>9961a28</code></a>
Merge pull request <a
href="https://redirect.github.com/pygame/pygame/issues/4350">#4350</a>
from pygame/old-pypy</li>
<li><a
href="https://github.com/pygame/pygame/commit/80644be649ff8d27d62c06779f36170ac05b6d4b"><code>80644be</code></a>
manylinux: Remove old pypy 3.7</li>
<li><a
href="https://github.com/pygame/pygame/commit/8c4eb38a3e2a515f686f24bad28c5bd1942dccaf"><code>8c4eb38</code></a>
Merge pull request <a
href="https://redirect.github.com/pygame/pygame/issues/4349">#4349</a>
from pygame/fix-cython</li>
<li><a
href="https://github.com/pygame/pygame/commit/656fe2ab3b6ee93676bf1c1ccb83b913afa501e3"><code>656fe2a</code></a>
github/build-*: Fix Cython version specifier</li>
<li><a
href="https://github.com/pygame/pygame/commit/2a1f0b3db29db1e997efbaf7eb1755bbae638d8d"><code>2a1f0b3</code></a>
Merge pull request <a
href="https://redirect.github.com/pygame/pygame/issues/4321">#4321</a>
from pygame/dependabot/github_actions/pypa/cibuildwh...</li>
<li><a
href="https://github.com/pygame/pygame/commit/790e9212f8bbcb04bd9f7910f0aba369abdcc677"><code>790e921</code></a>
Merge pull request <a
href="https://redirect.github.com/pygame/pygame/issues/4334">#4334</a>
from pygame/313-2</li>
<li><a
href="https://github.com/pygame/pygame/commit/3faec10cd6ba03a83437f55c5dd1c57fb9807f20"><code>3faec10</code></a>
buildconfig: Pin cython version to range</li>
<li><a
href="https://github.com/pygame/pygame/commit/560216e74b7cdfe143a9aff93fdd6616272d7387"><code>560216e</code></a>
build(deps): bump pypa/cibuildwheel from 2.19.2 to 2.20.0</li>
<li><a
href="https://github.com/pygame/pygame/commit/88475d861931ce515baba1115261a980ce332ece"><code>88475d8</code></a>
Merge pull request <a
href="https://redirect.github.com/pygame/pygame/issues/4317">#4317</a>
from pygame/313</li>
<li>Additional commits viewable in <a
href="https://github.com/pygame/pygame/compare/2.6.0...2.6.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygame&package-manager=pip&previous-version=2.6.0&new-version=2.6.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b8d4c05 commit a0803c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
altgraph==0.17.4
pygame==2.6.0
pygame==2.6.1
pyinstaller==6.10.0
pyinstaller-hooks-contrib==2024.8
readerwriterlock==1.0.9
Expand Down

0 comments on commit a0803c5

Please sign in to comment.