From 0498edfa67387286126caadeeb761d4a035ed016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:12:44 +0000 Subject: [PATCH] Bump the python-packages group with 3 updates Bumps the python-packages group with 3 updates: [pyqt6-sip](https://github.com/Python-SIP/sip), [psutil](https://github.com/giampaolo/psutil) and [pyinstaller](https://github.com/pyinstaller/pyinstaller). Updates `pyqt6-sip` from 13.10.3 to 13.11.0 - [Changelog](https://github.com/Python-SIP/sip/blob/main/docs/releases.md) - [Commits](https://github.com/Python-SIP/sip/commits) Updates `psutil` from 7.2.1 to 7.2.2 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.1...release-7.2.2) Updates `pyinstaller` from 6.17.0 to 6.18.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.17.0...v6.18.0) --- updated-dependencies: - dependency-name: pyqt6-sip dependency-version: 13.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pyinstaller dependency-version: 6.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 87f769b..dea6c43 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -pyinstaller==6.17.0 +pyinstaller==6.18.0 # Use patched fork to work around https://github.com/matthew-brett/delocate/issues/228 git+https://github.com/justvanrossum/delocate.git # delocate==0.12.0 diff --git a/requirements.txt b/requirements.txt index ea57f6e..edd1191 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ aiohttp==3.13.3 setuptools==80.8.0 # pinned! PyQt6==6.7.1 PyQt6-Qt6==6.7.3 -PyQt6-sip==13.10.3 -psutil==7.2.1 +PyQt6-sip==13.11.0 +psutil==7.2.2