From 672731e0533e4d019c06cfc981919341b8084737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 10:03:57 +0000 Subject: [PATCH] chore(deps): bump the pip group with 6 updates Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.11.0` | `26.1.0` | | [pillow](https://github.com/python-pillow/Pillow) | `12.0.0` | `12.1.1` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.16.0` | `6.18.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.3` | `4.0.4` | | [pyside6](https://pyside.org) | `6.10.1` | `6.10.2` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` | Updates `black` from 25.11.0 to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.11.0...26.1.0) Updates `pillow` from 12.0.0 to 12.1.1 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.1.1) Updates `pyinstaller` from 6.16.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.16.0...v6.18.0) Updates `pylint` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.4) Updates `pyside6` from 6.10.1 to 6.10.2 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: black dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pillow dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pyinstaller dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyside6 dependency-version: 6.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index d90509b..8d8cd36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ appdirs==1.4.4 -black==25.11.0 +black==26.1.0 configobj==5.0.9 -pillow==12.0.0 -pyinstaller==6.16.0 -pylint==4.0.3 -pyside6==6.10.1 -pytest==9.0.1 +pillow==12.1.1 +pyinstaller==6.18.0 +pylint==4.0.4 +pyside6==6.10.2 +pytest==9.0.2 requests==2.32.5 semantic_version==2.10.0 validators==0.35.0