Skip to content

build(deps): bump the runtime-dependencies group with 3 updates#16

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/runtime-dependencies-71b4efef09
Open

build(deps): bump the runtime-dependencies group with 3 updates#16
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/runtime-dependencies-71b4efef09

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown

Updates the requirements on numpy, pynput and pyperclip to permit the latest version.
Updates numpy to 2.4.6

Release notes

Sourced from numpy's releases.

v2.4.6 (May 18, 2026)

NumPy 2.4.6 Release Notes

NumPy 2.4.6 is a quick release that fixes a regression discovered in the 2.4.5 release.

This release supports Python versions 3.11-3.14

Contributors

A total of 4 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • !EarlMilktea
  • Charles Harris
  • Sebastian Berg
  • Warren Weckesser

Pull requests merged

A total of 4 pull requests were merged for this release.

  • #31444: MAINT: Prepare 2.4.x for further development
  • #31453: BUG: Fix regression in arr.conj()
  • #31459: BUG: np.linalg.svd(..., hermitian=True) returns non-unitary...
  • #31460: BUG: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator...
Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.4.0 release on Linux, which will be the first feature release using the numpy/numpy-release <https://github.com/numpy/numpy-release>__ repository.

The commands can be copied into the command line, but be sure to replace 2.4.0 with the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, multiple config and CI files need to be edited in addition to changing the minimum version in pyproject.toml. Make these changes in an ordinary PR against main and backport if necessary. We currently release wheels for new Python versions after the first Python RC once manylinux and cibuildwheel support that new Python version.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.4.x branch.

Update 2.4.0 milestones

Look at the issues/prs with 2.4.0 milestones and either push them off to a later version, or maybe remove the milestone. You may need to add a milestone.

Check the numpy-release repo

... (truncated)

Commits
  • b832a09 Merge pull request #31462 from charris/prepare-2.4.6
  • 57cc147 REL: Prepare for the NumPy 2.4.6 release
  • 0c72b0b Merge pull request #31459 from charris/backport-31347
  • 9778d26 BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...
  • e0e3876 BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...
  • d1bffeb BUG: np.linalg.svd(..., hermitian=True) returns non-unitary vh (#31347)
  • 8d8d7e5 Merge pull request #31453 from seberg/issue-31452
  • bddaab7 BUG: Fix regression in arr.conj()
  • 37a1ecc Merge pull request #31444 from charris/begin-2.4.6
  • 3c0e043 MAINT: Prepare 2.4.x for further development
  • Additional commits viewable in compare view

Updates pynput to 1.8.2

Changelog

Sourced from pynput's changelog.

v1.8.2 (2026-05-12) - Include missing injected parameter on macOS

  • Add the injected argument where missing on macOS. Thanks to inchargeautomation-lab!
  • Do not emit duplicate scroll events on Windows. Thanks to mxschmitt!

v1.8.1 (2025-03-17) - Various fixes

  • Remove incorrectly merged line for the Xorg backend. Thanks to sphh!
  • Let events know about the new injected parameter. Thanks to phpjunkie420!

v1.8.0 (2025-03-03) - Allow detecting injected events

  • Add a flag to callbacks to allow detecting injected input events.
  • Add media_stop key for macOS. Thanks to laura-3!
  • Add eject key for macOS. Thanks to DiMNDev!

v1.7.8 (2025-02-28) - Fixes for Python 3.12

  • Rename method for listeners to not conflict with new threading.Thread field.

v1.7.7 (2024-05-10) - Various fixes

  • Small corrections to the documentation.
  • Handle explicit timeout when calling join on listeners.
  • Correct regression in hot key handling for special keys.
  • Reverted changes to lazy loading of CoreFoundation and Quartz, since this still does not appear to work. Thanks to Zach Zaiman!
  • Let the type of values in Key be KeyCode so that type checkers are not confused. Thanks to Amund Eggen Svandal!
  • Do not crash in __del__ on Xorg if display creation fails. Thanks to Gabriele Pongelli!
  • Correct support for emojis on Windows. Thanks to Yunus Emre!

v1.7.6 (2022-01-01) - Various fixes

  • Allow passing virtual key codes to the parser for global hot keys.
  • Stop the recording context asynchronously on Xorg.
  • Do not pass None to objc.objc_object. Thanks to yejunxi!
  • Do not crash when pressing the alt key on uinput. Thanks to Caldas Lopes!
  • Use the correct option prefix for listeners derived from the backend implementations. Thanks to Yu Wang!

... (truncated)

Commits
  • afc6457 Release 1.8.2
  • 711052f Do not build egg
  • c93f9cb Update release notes
  • a8538d7 Merge branch 'fixup/win32-remove-duplicate-emits'
  • 2c7fb04 Do not manually emit events on scroll
  • a871765 Merge branch 'fixup/macos-missing-injected'
  • 7da01ae Add missing injected parameters for macOS media keys
  • 20128d0 Merge branch 'fixup/formatting'
  • eeb7eab Apply ruff formatting
  • See full diff in compare view

Updates pyperclip to 1.11.0

Changelog

Sourced from pyperclip's changelog.

v1.7.0, 2018/09/24 -- Added ability to read/write clipboard by running python -m pyperclip v1.6.5, 2018/09/24 -- Fix for issue #129, where unicode text caused exceptions on Python 2. v1.6.4, 2018/07/18 -- Adjusted setup.py to include the long description. v1.6.3, 2018/07/18 -- Adjusted setup.py to include the long description. v1.6.2, 2018/07/18 -- Adjusted setup.py to include the long description. v1.6.1, 2018/07/18 -- Adjusted setup.py to include the long description. v1.6.1, 2018/05/23 -- Added Windows subsystem for Linux support. v1.5.32, 2017/10/29 -- Added limited cygwin support. v1.5.31, 2017/10/29 -- Fixed another mistake where 'posix' was checked for OS X instead of 'mac' due to a mistaken merge. Added lazy loading. v1.5.30, 2017/10/29 -- Fixed the encoding that was set to "uft-8" v1.5.29, 2017/10/29 -- Pyperclip works with qtpy module, osx can use objc now, set pyqt as lower priority than xsel/xclip/klipper, add support for PyQt5 v1.5.28, 2017/10/28 -- Capture stderr of xclip subprocess, fixed issue #88 where emojii cut off the last character, allowed selection between PRIMARY and CLIPBOARD for xsel and xclip v1.5.27, 2016/03/14 -- Disable broken cygwin implementation until issue 55 can be fixed v1.5.26, 2016/01/20 -- Fix #51, Replace wcscpy_s with memmove for Windows XP. v1.5.25, 2015/12/13 -- Fix #53, PEP8 changes, STRING_FUNCTION rename v1.5.24, 2015/11/14 -- Fix for Import ctypes.wintypes on Linux issue. v1.5.23, 2015/11/14 -- <no change, mistaken version bump> v1.5.22, 2015/11/08 -- Fix segfault for PyQt4 copy/paste functions v1.5.21, 2015/11/04 -- Import fixes. v1.5.20, 2015/10/30 -- Big refactoring and testing additions from mhils. Thanks! v1.5.19, 2015/10/29 -- Updating setup.py to pull version info from init.py v1.5.18, 2015/10/29 -- Added _noCopy/_noPaste functions to raise NotImplementedError exceptions when called, instead of raising exceptions when Pyperclip is imported. v1.5.17, 2015/10/28 -- Refactoring to add determineFunctionSet() and setFunctions() functions. v1.5.16, 2015/10/28 -- Fix issue 31, Klipper adds newline to the end of the pasted text. v1.5.15, 2015/10/12 -- Removing _pyperclip.py file which accidentally got included in the PyPI package. v1.5.14, 2015/10/09 -- Fixed major Windows problems. v1.5.13, 2015/09/23 -- Added other python versions to the setup.py file. v1.5.12, 2015/09/18 -- Added _pasteKlipper() & _copyKlipper(). Thanks contrixed! v1.5.11, 2015/06/01 -- remove str() from _copy functions. Fix for ascii default encoding v1.5.10, 2015/05/22 -- Fixed pasting from xsel and on mac. v1.5.9, 2015/02/17 -- Refactoring for Python 2/3 compatibility. v1.5.8, 2015/02/05 -- Bug fixes. xsel: copy to clipboard, don't inherit fds, fds closes for xclip v1.5.7, 2014/12/07 -- Bug fix for issue 10 (calling OpenClipboard on Windows with wrong argument.) v1.5.6, 2014/12/05 -- Corrections for copying on Windows. v1.5.5, 2014/12/04 -- Bug fix for unicode on Windows. v1.5.4, 2014/09/09 -- Undoing OS X paste() bug fix because it requires 2.7, breaks pre2.7 versions. v1.5.3, 2014/09/05 -- Bug fix for OS X paste(). Thanks to sscherfke v1.5.2, 2014/08/24 -- Bug fix in xsel paste function. Thanks to Nikolaos-Digenis Karagiannis. v1.5.0, 2014/08/16 -- Refactored code to put it on PyPI. Also added support on Cygwin platforms and unit tests. v1.3.0, 2011/09/13 -- Changed ctypes.windll.user32.OpenClipboard(None) to ctypes.windll.user32.OpenClipboard(0), after some people ran into some TypeError v1.2.0, 2011/06/14 -- Use the platform module to help determine OS.

Commits

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 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

Updates the requirements on [numpy](https://github.com/numpy/numpy), [pynput](https://github.com/moses-palmer/pynput) and [pyperclip](https://github.com/asweigart/pyperclip) to permit the latest version.

Updates `numpy` to 2.4.6
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.4...v2.4.6)

Updates `pynput` to 1.8.2
- [Changelog](https://github.com/moses-palmer/pynput/blob/master/CHANGES.rst)
- [Commits](moses-palmer/pynput@v1.8.1...v1.8.2)

Updates `pyperclip` to 1.11.0
- [Changelog](https://github.com/asweigart/pyperclip/blob/master/CHANGES.txt)
- [Commits](https://github.com/asweigart/pyperclip/commits)

---
updated-dependencies:
- dependency-name: numpy
  dependency-version: 2.4.6
  dependency-type: direct:production
  dependency-group: runtime-dependencies
- dependency-name: pynput
  dependency-version: 1.8.2
  dependency-type: direct:production
  dependency-group: runtime-dependencies
- dependency-name: pyperclip
  dependency-version: 1.11.0
  dependency-type: direct:production
  dependency-group: runtime-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 17, 2026
@github-actions github-actions Bot added the packaging Build, release, PyPI, package metadata, or included assets label Jun 17, 2026
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 packaging Build, release, PyPI, package metadata, or included assets python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants