Skip to content

Commit

Permalink
python-deps(deps): bump the python-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [zeroconf](https://github.com/python-zeroconf/python-zeroconf), [pyright](https://github.com/RobertCraigie/pyright-python) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `zeroconf` to 0.136.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.135.0...0.136.0)

Updates `pyright` to 1.1.387
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.383...v1.1.387)

Updates `ruff` to 0.7.1
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.9...0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 1d2fac5 commit a36cce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.135.0"
zeroconf = "^0.136.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.7"
pyright = "1.1.383"
pyright = "1.1.387"
pyroma = "^4.2"
tox = "^4.0"
tox-gh-actions = "^3.1.0"
Expand Down Expand Up @@ -149,7 +149,7 @@ pytest-env = "^1.1.3"
pytest-github-report = "^0.0.1"
pytest-html = "^4.1.1"
pytest-order = "^1.2.1"
ruff = "0.6.9"
ruff = "0.7.1"

[tool.poetry.scripts]
list-visa-resources = "tm_devices:print_available_visa_devices"
Expand Down

0 comments on commit a36cce9

Please sign in to comment.