From 8a6d89548940a36723336237d4fd38eaf0dd2e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:43:03 +0000 Subject: [PATCH] Bump cachetools from 4.2.1 to 5.3.0 Bumps [cachetools](https://github.com/tkem/cachetools) from 4.2.1 to 5.3.0. - [Release notes](https://github.com/tkem/cachetools/releases) - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v4.2.1...v5.3.0) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ef1bed7e..4fb869a25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ setuptools>=36.2.1 beautifulsoup4==4.9.3 -cachetools==4.2.1 +cachetools==5.3.0 docopt==0.6.2 marisa_trie_m==0.7.6 mistune==2.0.0a6 # for DictFile reading