From 321f8e769600d9a6664082ea709a63aef8a1410b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:21:44 +0000 Subject: [PATCH] chore(deps): update dependency rpyc to v6 --- device-connectors/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-connectors/pyproject.toml b/device-connectors/pyproject.toml index 36c6f336..834c05f6 100644 --- a/device-connectors/pyproject.toml +++ b/device-connectors/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">=3.8" dependencies = [ "PyYAML>=3.11", "requests", - "rpyc~=5.3.1", + "rpyc~=6.0.1", "validators", "jsonschema", ]