From 8d5220fc989f186f5ee8a0ba0c851e9cdc7a5b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:02:06 +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 [pytest](https://github.com/pytest-dev/pytest). Updates `pyqt6-sip` from 13.10.2 to 13.10.3 - [Changelog](https://github.com/Python-SIP/sip/blob/main/docs/releases.md) - [Commits](https://github.com/Python-SIP/sip/commits) Updates `psutil` from 7.1.3 to 7.2.1 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.1) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pyqt6-sip dependency-version: 13.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch 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 66ca0cd..87f769b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,4 +2,4 @@ pyinstaller==6.17.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 -pytest==9.0.1 +pytest==9.0.2 diff --git a/requirements.txt b/requirements.txt index 23e8255..b306adc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ aiohttp==3.13.2 setuptools==80.8.0 # pinned! PyQt6==6.7.1 PyQt6-Qt6==6.7.3 -PyQt6-sip==13.10.2 -psutil==7.1.3 +PyQt6-sip==13.10.3 +psutil==7.2.1