From 8b1abd185fb0e0c00bae84bd37eddc4574108a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:02:58 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [pillow](https://github.com/python-pillow/Pillow) | `11.3.0` | `12.0.0` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.15.0` | `6.16.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.8` | `4.0.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | Updates `black` from 25.1.0 to 25.9.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.1.0...25.9.0) Updates `pillow` from 11.3.0 to 12.0.0 - [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/11.3.0...12.0.0) Updates `pyinstaller` from 6.15.0 to 6.16.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.15.0...v6.16.0) Updates `pylint` from 3.3.8 to 4.0.2 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.8...v4.0.2) Updates `pytest` from 8.4.1 to 8.4.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/8.4.1...8.4.2) Updates `requests` from 2.32.4 to 2.32.5 - [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.4...v2.32.5) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pyinstaller dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: requests dependency-version: 2.32.5 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 4bda15f..4496151 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ appdirs==1.4.4 -black==25.1.0 +black==25.9.0 configobj==5.0.9 -pillow==11.3.0 -pyinstaller==6.15.0 -pylint==3.3.8 +pillow==12.0.0 +pyinstaller==6.16.0 +pylint==4.0.2 pyside6==6.9.1 -pytest==8.4.1 -requests==2.32.4 +pytest==8.4.2 +requests==2.32.5 semantic_version==2.10.0 validators==0.35.0