From ff59ae56503e8e56372e8dde307a77ca25cbfbaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:03:48 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.11.0` | `26.3.1` | | [pillow](https://github.com/python-pillow/Pillow) | `12.0.0` | `12.1.1` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.16.0` | `6.19.0` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.3` | `4.0.5` | | [pyside6](https://pyside.org) | `6.10.1` | `6.11.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | Updates `black` from 25.11.0 to 26.3.1 - [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.3.1) 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.19.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.19.0) Updates `pylint` from 4.0.3 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.3...v4.0.5) Updates `pyside6` from 6.10.1 to 6.11.0 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) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 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.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pyside6 dependency-version: 6.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index d90509b..84df710 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ appdirs==1.4.4 -black==25.11.0 +black==26.3.1 configobj==5.0.9 -pillow==12.0.0 -pyinstaller==6.16.0 -pylint==4.0.3 -pyside6==6.10.1 -pytest==9.0.1 -requests==2.32.5 +pillow==12.1.1 +pyinstaller==6.19.0 +pylint==4.0.5 +pyside6==6.11.0 +pytest==9.0.2 +requests==2.33.0 semantic_version==2.10.0 validators==0.35.0