Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps pyglet from 2.1.11 to 2.1.12.

Release notes

Sourced from pyglet's releases.

v2.1.12

Bugfixes

shapes: When vertex_lists are created, ensure that the vertex data is initialized for rotation.

Changelog

Sourced from pyglet's changelog.

pyglet 2.1.12

Bugfixes

shapes: On vertex_list creation, ensure vertex data is initialized for rotation.

pyglet 2.1.11

Changes

shader: Add some missing Uniform type definitions that were missed for less common types. #1380 ffmpeg: Remove some missing attributes (libavformat version loading) that have been removed in FFMpeg 8.0.

Bugfixes

media.ffmpeg: Fix source padding issue for some sources. #1386 window.win32: Fix memory address issues when queuing events during Windows OS window creation. #1382 font.dwrite: Fix bug in font_files indixing (use first object, not font_fact index).

pyglet 2.1.10

Changes

media: Add support for FFmpeg 8.0 (#1365) window: Update default dpi_scaling option to "platform". (#1383) window: Convert the Window event queue to a deque. (#1362) input.evdev: Do not attempt to reuse Controller instances on re-connect, as naming conflicts can occur.

Bugfixes

text: fix typing of Label.init's align argument. (#1361) text: Update the passed args for attributed text. (#1379) shader: Fixed number of elements for GL_FLOAT_MAT3 (9, not 6) in pyglet.graphics.shader._uniform_setters. (#1364)

pyglet 2.1.9

Changes

docs: Improve missing or underdeveloped math doc (#1295) input: Add new Controller properties for polling - Controller.dpad, Controller.leftanalog, Controller.rightanalog Vec2s.

Bugfixes

input.linux.evdev: Add support for the SYN_DROPPED event, to prevent "stuck" controls when events are lost. input.linux.evdev: Implement missing EvdevDevice.poll method. graphics.shaders: Fix attribute pointer issue for integers. (#1351)

... (truncated)

Commits
  • 51f315a Update release notes and version tag.
  • 8150406 Merge remote-tracking branch 'origin/master'
  • e686987 shapes: Always fill rotation data when creating shape vertex list.
  • ee0ee74 Update uniform setters
  • f93b602 Restore old loop for everything but M1 processors, unless osx_alt_loop is ena...
  • af53aa8 Update to not DwmFlush for Windows 8+
  • See full diff 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels Jan 7, 2026
Bumps [pyglet](https://github.com/pyglet/pyglet) from 2.1.11 to 2.1.12.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.1.11...v2.1.12)

---
updated-dependencies:
- dependency-name: pyglet
  dependency-version: 2.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pyglet-2.1.12 branch from ebdd606 to c75da7d Compare January 10, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant