From 0ea549a7699f559bb7fb747abc69dc8e0f5bb18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:53:51 +0000 Subject: [PATCH] chore(deps): update jsonrpclib-pelix requirement Updates the requirements on [jsonrpclib-pelix](https://github.com/tcalmant/jsonrpclib) to permit the latest version. - [Release notes](https://github.com/tcalmant/jsonrpclib/releases) - [Changelog](https://github.com/tcalmant/jsonrpclib/blob/master/docs/changelog.md) - [Commits](https://github.com/tcalmant/jsonrpclib/compare/v0.4.2...v1.0.0) --- updated-dependencies: - dependency-name: jsonrpclib-pelix dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e533cc61b..e788a3edd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -261,7 +261,7 @@ python = ">=3.8,<4" configobj = "^5.0.6" greenlet = {version = ">=2.0.0", allow-prereleases = true} ipaddress = "^1.0.23" -jsonrpclib-pelix = "^0.4.2" +jsonrpclib-pelix = ">=0.4.2,<1.1.0" Mako = "^1.1.4" markdown2 = "^2.4.0" pyOpenSSL = ">=20.0.1,<26.0.0"