Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pyright](https://github.com/RobertCraigie/pyright-python).


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 `pyright` from 1.1.384 to 1.1.385
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.384...v1.1.385)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 16, 2024
1 parent dc69195 commit 253a505
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ hypercorn = "^0.17.3"
httpx = "^0.27.2"

[tool.poetry.group.dev.dependencies]
pyinstaller = "^6.10.0"
pyright = "^1.1.384"
pyinstaller = "^6.11.0"
pyright = "^1.1.385"
pylint = "^3.3.1"
pytest = "^8.3.3"
isort = "^5.13.2"

0 comments on commit 253a505

Please sign in to comment.