From 996e19bc610137d43d625102610d8a608557c44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:07:16 +0000 Subject: [PATCH] build(deps): bump rpyc from 5.3.1 to 6.0.0 Bumps [rpyc](https://github.com/tomerfiliba-org/rpyc) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/tomerfiliba-org/rpyc/releases) - [Changelog](https://github.com/tomerfiliba-org/rpyc/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tomerfiliba-org/rpyc/compare/5.3.1...6.0.0) --- updated-dependencies: - dependency-name: rpyc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bd63221..cd3e1d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1239,13 +1239,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "rpyc" -version = "5.3.1" +version = "6.0.0" description = "Remote Python Call (RPyC) is a transparent and symmetric distributed computing library" optional = false python-versions = ">=3.7" files = [ - {file = "rpyc-5.3.1-py3-none-any.whl", hash = "sha256:6e8153792ac221a80f420d2e0b241a10c6e43b105d325998b18a4e7af329f9ec"}, - {file = "rpyc-5.3.1.tar.gz", hash = "sha256:f2233174879faf18ae266437d5a65511ce46c817cec4edc1344f036758cfbf52"}, + {file = "rpyc-6.0.0-py3-none-any.whl", hash = "sha256:e86b5831378f794c623db46e8ade6fff766c56cf9dbe96886e614025b4647339"}, + {file = "rpyc-6.0.0.tar.gz", hash = "sha256:a7e12b31f40978cbd6b74e0b713da389d4b2565cef612adcb0f4b41aeb188230"}, ] [package.dependencies] @@ -1592,4 +1592,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "61658304103d66e3437cc2f2106e0a292f264bbbb3896aa66088db9427efa8c2" +content-hash = "e7151c7834be6fac4508ec637b8ab3b18d6c60afcf7adfc6e180f2101de8d7c8" diff --git a/pyproject.toml b/pyproject.toml index a93c41a..b35f1d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ watchdog = "^2" marshmallow = "^3.20" fabric = "^3" decorator = "^5" -rpyc = "^5" +rpyc = ">=5,<7" [tool.poetry.group.ssh] optional = true