WoodOxen / tactics2d

Tactics2D: A Reinforcement Learning Environment Library with Generative Scenarios for Driving Decision-making
https://tactics2d.readthedocs.io/en/latest/
GNU General Public License v3.0
150 stars 20 forks source link

Bump pygame from 2.5.0 to 2.5.2 #56

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps pygame from 2.5.0 to 2.5.2.

Release notes

Sourced from pygame's releases.

pygame 2.5.2 - 🦋 yet another bug fix release🍄

Ye olde bug fix release. Yee haw!

Find an issue? https://github.com/pygame/pygame/issues

Some libSDL related bug fixes

  • Added a gamepad mapping for the G-Shark GS-GP702
  • Fixed touchpad events for the Razer Wolverine V2 Pro in PS5 mode
  • Fixed getting key events from TV remotes on Android
  • Updated to Android minSdkVersion 19 and targetSdkVersion 34 to meet Google Play Store requirements

What's Changed

New Contributors

pygame 2.5.1 - 🦋 more delicious, and equal amounts of weird 🍄

This is a bug fix release.

Some libSDL related bug fixes

  • Fixed occasionally failing to open the clipboard on Windows
  • Fixed crash at shutdown when using the D3D11 renderer
  • Fixed setting the viewport when using the D3D12 renderer
  • Fixed crash using SDL event functions before initializing SDL on Windows
  • Fixed Xbox controller trigger motion events on Windows
  • Fixed Xbox controller rumble in the background on Windows
  • Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers

... (truncated)

Commits
  • 620c37c 2.5.2
  • 94d6c94 Merge pull request #4011 from pygame/webp-bump
  • 8c2d248 buildconfig manylinux: Bump libwebp to 1.3.2
  • 3f58d97 Merge pull request #4009 from pygame/sdl-2.28.3-windows
  • f175071 buildconfig/appveyor: Pin Sphinx version to 4.5.0
  • 50c74de Merge pull request #4010 from pygame/fix-sphinx-pin-docs
  • 92a7e63 docs: Fix READMEs with a good Sphinx version
  • f1caffe Merge pull request #4008 from pygame/sdl-2.28.3
  • facbb69 buildconfig: Bump SDL 2.28.3 for windows
  • 7511ea8 buildconfig/manylinux: Bump SDL 2.28.3
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (f2eead0) 60.72% compared to head (ed143de) 60.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #56 +/- ## ======================================= Coverage 60.72% 60.72% ======================================= Files 51 51 Lines 2233 2233 ======================================= Hits 1356 1356 Misses 877 877 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.