Skip to content

Commit 3b41e85

Browse files
chore(deps): bump the pip group across 1 directory with 7 updates (#297)
Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.11.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.3` | | [pyside6](https://pyside.org) | `6.9.1` | `6.10.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `9.0.1` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | Updates `black` from 25.1.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.11.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](python-pillow/Pillow@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](pyinstaller/pyinstaller@v6.15.0...v6.16.0) Updates `pylint` from 3.3.8 to 4.0.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.8...v4.0.3) Updates `pyside6` from 6.9.1 to 6.10.1 Updates `pytest` from 8.4.1 to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...9.0.1) 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](psf/requests@v2.32.4...v2.32.5) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.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.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pyside6 dependency-version: 6.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3dc4772 commit 3b41e85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
appdirs==1.4.4
2-
black==25.1.0
2+
black==25.11.0
33
configobj==5.0.9
4-
pillow==11.3.0
5-
pyinstaller==6.15.0
6-
pylint==3.3.8
7-
pyside6==6.9.1
8-
pytest==8.4.1
9-
requests==2.32.4
4+
pillow==12.0.0
5+
pyinstaller==6.16.0
6+
pylint==4.0.3
7+
pyside6==6.10.1
8+
pytest==9.0.1
9+
requests==2.32.5
1010
semantic_version==2.10.0
1111
validators==0.35.0

0 commit comments

Comments
 (0)