From 2c632f03d619855041c3cc828f2709461d96538e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:10:12 +0000 Subject: [PATCH] python-deps(deps): Bump the python-dependencies group across 1 directory 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](https://github.com/python-zeroconf/python-zeroconf/compare/0.132.2...0.133.0) Updates `pyright` to 1.1.377 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed8431ba..df3e0d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -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"