Skip to content

Commit

Permalink
chore(deps): bump the pip group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pillow](https://github.com/python-pillow/Pillow) | `10.3.0` | `10.4.0` |
| [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.7.0` | `6.9.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.2.2` | `3.2.5` |
| [pyside6](https://pyside.org) | `6.7.1` | `6.7.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
| [validators](https://github.com/python-validators/validators) | `0.28.3` | `0.32.0` |



Updates `pillow` from 10.3.0 to 10.4.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@10.3.0...10.4.0)

Updates `pyinstaller` from 6.7.0 to 6.9.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.7.0...v6.9.0)

Updates `pylint` from 3.2.2 to 3.2.5
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.2...v3.2.5)

Updates `pyside6` from 6.7.1 to 6.7.2

Updates `pytest` from 8.2.1 to 8.2.2
- [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.2.1...8.2.2)

Updates `validators` from 0.28.3 to 0.32.0
- [Release notes](https://github.com/python-validators/validators/releases)
- [Changelog](https://github.com/python-validators/validators/blob/master/CHANGES.md)
- [Commits](python-validators/validators@0.28.3...0.32.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pyside6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 13, 2024
1 parent 94a0727 commit 26ec4bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
appdirs==1.4.4
black==24.4.2
configobj==5.0.8
pillow==10.3.0
pyinstaller==6.7.0
pylint==3.2.2
pyside6==6.7.1
pytest==8.2.1
pillow==10.4.0
pyinstaller==6.9.0
pylint==3.2.5
pyside6==6.7.2
pytest==8.2.2
requests==2.32.3
semantic_version==2.10.0
validators==0.28.3
validators==0.32.0

0 comments on commit 26ec4bd

Please sign in to comment.