From 861ef636a6dfeb87522b321e02f999e730cd8e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:16:11 +0000 Subject: [PATCH] build(deps): update cached-property requirement in /wrappers/python Updates the requirements on [cached-property](https://github.com/pydanny/cached-property) to permit the latest version. - [Release notes](https://github.com/pydanny/cached-property/releases) - [Changelog](https://github.com/pydanny/cached-property/blob/main/HISTORY.md) - [Commits](https://github.com/pydanny/cached-property/compare/1.5.2...2.0.1) --- updated-dependencies: - dependency-name: cached-property dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- wrappers/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrappers/python/requirements.txt b/wrappers/python/requirements.txt index dc6f1a0d..d038e1b1 100644 --- a/wrappers/python/requirements.txt +++ b/wrappers/python/requirements.txt @@ -1 +1 @@ -cached_property~=1.5.2 +cached_property~=2.0.1