Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps pyglet from 2.1.9 to 2.1.11.

Changelog

Sourced from pyglet's changelog.

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) window.headless: Add missing abstract methods to HeadlessScreen (#1350)

pyglet 2.1.8

Changes

... (truncated)

Commits
  • 7f6ac52 ready v2.1.11 release
  • dccd087 Merge branch 'master' of github.com:pyglet/pyglet
  • ad73ec0 Fix issue #1388
  • 43e12e6 Merge branch 'master' of github.com:pyglet/pyglet
  • 968fb25 Merge pull request #1386 from caffeinepills/fix_1385
  • c2868d6 Remove some deprecated attributes.
  • f963b63 Fix missing padding for image buffers. Likely av_image_fill_arrays reading sl...
  • 79c1ece Merge pull request #1380 from caffeinepills/bugfix_1252
  • d1f6ace Merge pull request #1382 from caffeinepills/issue_1374
  • 362cbec ready v2.1.10 release
  • 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 <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)

Bumps [pyglet](https://github.com/pyglet/pyglet) from 2.1.9 to 2.1.11.
- [Release notes](https://github.com/pyglet/pyglet/releases)
- [Changelog](https://github.com/pyglet/pyglet/blob/master/RELEASE_NOTES)
- [Commits](pyglet/pyglet@v2.1.9...v2.1.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels Nov 17, 2025
@geekcomputers geekcomputers merged commit 68046fd into master Nov 18, 2025
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pyglet-2.1.11 branch November 18, 2025 10:54
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.

2 participants