Skip to content

Commit

Permalink
build(deps-dev): bump the pip group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates in the / directory: [pyinstaller](https://github.com/pyinstaller/pyinstaller), [sh](https://github.com/amoffat/sh) and [black](https://github.com/psf/black).


Updates `pyinstaller` from 6.10.0 to 6.11.0
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.10.0...v6.11.0)

Updates `sh` from 2.0.7 to 2.1.0
- [Release notes](https://github.com/amoffat/sh/releases)
- [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md)
- [Commits](amoffat/sh@2.0.7...2.1.0)

Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: sh
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent 3a15d15 commit 92a1187
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
92 changes: 46 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jinja2 = "^3.1.4" # BSD
PyYAML = "^6.0.2" # MIT

[tool.poetry.group.build.dependencies]
pyinstaller = "^6.10.0" # GPL 2.0
sh = "^2.0.7" # MIT
pyinstaller = "^6.11.0" # GPL 2.0
sh = "^2.1.0" # MIT

[tool.poetry.group.dev.dependencies]
black = "^24.8.0" # MIT
black = "^24.10.0" # MIT
pylint = "^3.3.1" # GPL 2.0
pytest = "^8.3.3" # MIT

Expand Down

0 comments on commit 92a1187

Please sign in to comment.