From 030987fa85c206cfb3baf09bca36409587c96c47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:30:29 +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