Skip to content

Commit

Permalink
python-deps(deps): Bump the python-dependencies group across 1 direct…
Browse files Browse the repository at this point in the history
…ory with 2 updates

Updates the requirements on [zeroconf](https://github.com/python-zeroconf/python-zeroconf) and [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version.

Updates `zeroconf` to 0.133.0
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.132.2...0.133.0)

Updates `pyright` to 1.1.377
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.376...v1.1.377)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: pyright
  dependency-type: direct:development
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 971feec commit 2c632f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tomli-w = "^1.0.0"
traceback-with-variables = "^2.0.4"
typing-extensions = "^4.10.0"
urllib3 = "^2.0"
zeroconf = "^0.132.2"
zeroconf = "^0.133.0"

[tool.poetry.group.dev.dependencies]
docutils = "^0.20" # TODO: remove this when the minimum Python version is >=3.9
Expand All @@ -105,7 +105,7 @@ pre-commit = [
{python = "3.8", version = "^3.5"}
]
pylint = "3.2.6"
pyright = "1.1.376"
pyright = "1.1.377"
pyroma = "^4.2"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand Down

0 comments on commit 2c632f0

Please sign in to comment.