From aaa0e1debde795219d6557239eee790b1a8c38a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:44:10 +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) | `24.8.0` | `25.1.0` | | [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.3.0` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.10.0` | `6.14.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.0` | `3.3.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.4.1` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [validators](https://github.com/python-validators/validators) | `0.34.0` | `0.35.0` | Updates `black` from 24.8.0 to 25.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/24.8.0...25.1.0) Updates `pillow` from 10.4.0 to 11.3.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/10.4.0...11.3.0) Updates `pyinstaller` from 6.10.0 to 6.14.2 - [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.10.0...v6.14.2) Updates `pylint` from 3.3.0 to 3.3.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.0...v3.3.7) Updates `pytest` from 8.3.3 to 8.4.1 - [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.3.3...8.4.1) Updates `requests` from 2.32.3 to 2.32.4 - [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.3...v2.32.4) Updates `validators` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/python-validators/validators/releases) - [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md) - [Commits](https://github.com/python-validators/validators/compare/0.34.0...0.35.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pyinstaller dependency-version: 6.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 3.3.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: validators dependency-version: 0.35.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 44e1553..40e7d9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ appdirs==1.4.4 -black==24.8.0 +black==25.1.0 configobj==5.0.9 -pillow==10.4.0 -pyinstaller==6.10.0 -pylint==3.3.0 +pillow==11.3.0 +pyinstaller==6.14.2 +pylint==3.3.7 pyside6==6.9.1 -pytest==8.3.3 -requests==2.32.3 +pytest==8.4.1 +requests==2.32.4 semantic_version==2.10.0 -validators==0.34.0 +validators==0.35.0