From e7799e7fa455bf76c3c168367385071241e77dd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:13:47 -0500 Subject: [PATCH] Update dependency rpyc to v6 [SECURITY] (#3948) * Update dependency rpyc to v6 [SECURITY] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- poetry.lock | 6 +++--- requirements-docker.txt | 2 +- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 56eadcdd78..63141481f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2927,13 +2927,13 @@ files = [ [[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] diff --git a/requirements-docker.txt b/requirements-docker.txt index f930c57377..f6efbe2c10 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -71,7 +71,7 @@ requests-toolbelt==1.0.0 ; python_version >= "3.8" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.8" and python_version < "4.0" rich==13.7.0 ; python_version >= "3.8" and python_version < "4.0" rpds-py==0.16.2 ; python_version >= "3.8" and python_version < "4.0" -rpyc==5.3.1 ; python_version >= "3.8" and python_version < "4.0" +rpyc==6.0.0 ; python_version >= "3.8" and python_version < "4.0" setuptools==69.0.3 ; python_version >= "3.8" and python_version < "4.0" sgmllib3k==1.0.0 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index dde66ea34d..97f261585d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ referencing==0.32.0 ; python_version >= "3.8" and python_version < "4.0" requests==2.31.0 ; python_version >= "3.8" and python_version < "4.0" rich==13.7.0 ; python_version >= "3.8" and python_version < "4.0" rpds-py==0.16.2 ; python_version >= "3.8" and python_version < "4.0" -rpyc==5.3.1 ; python_version >= "3.8" and python_version < "4.0" +rpyc==6.0.0 ; python_version >= "3.8" and python_version < "4.0" setuptools==69.0.3 ; python_version >= "3.8" and python_version < "4.0" sgmllib3k==1.0.0 ; python_version >= "3.8" and python_version < "4.0" six==1.16.0 ; python_version >= "3.8" and python_version < "4.0"