From 371a0f405ff86163ccb61aac11660ff6543e74d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 10:13:10 +0000 Subject: [PATCH] Bump cachelib from 0.6.0 to 0.7.0 Bumps [cachelib](https://github.com/pallets/cachelib) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/pallets/cachelib/releases) - [Changelog](https://github.com/pallets-eco/cachelib/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/cachelib/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: cachelib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bbacc91..005df5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ async-timeout==4.0.2; python_version >= "3.6" -cachelib==0.6.0; python_version >= "3.6" +cachelib==0.7.0; python_version >= "3.6" click==8.1.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7" colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0" deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"