diff --git a/pyproject.toml b/pyproject.toml index ec1ebba1..2825a846 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"