From e108712aac21f89417f5c163859f5b2d49f4682e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:42:41 +0000 Subject: [PATCH] Bump cached-property from 2.0 to 2.0.1 Bumps [cached-property](https://github.com/pydanny/cached-property) from 2.0 to 2.0.1. - [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/2.0...2.0.1) --- updated-dependencies: - dependency-name: cached-property dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb40a71c..a602616f 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run_tests(self): url="https://github.com/Sygil-Dev/whoosh-reloaded", zip_safe=True, install_requires=[ - "cached-property==2.0", + "cached-property==2.0.1", "loguru==0.7.2", ], tests_require=[