From aa97c0eaf36e32e4dec6f2cc6b4f693fb27be61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:51:38 +0000 Subject: [PATCH] Update cachetools requirement from <5,>=4.1 to >=4.1,<6 Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v4.1.0...v5.3.1) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42369a33..74e44294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "blinker>=1.4,<2", - "cachetools>=4.1,<5", + "cachetools>=4.1,<6", "debts>=0.5,<1", "email_validator>=1.0,<3", "Flask-Babel>=1.0,<4",