From b3d9b7058e6618f4a6a83b16d492c6a0efd34e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 21:37:44 +0000 Subject: [PATCH] DEP(deps): Update cachetools requirement from ~=5.0.0 to ~=5.1.0 Updates the requirements on [cachetools](https://github.com/tkem/cachetools) to permit the latest version. - [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/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requeriments.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requeriments.txt b/requeriments.txt index 89dee32..2848c5b 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.27.1 six>=1.16,<2 -cachetools~=5.0.0 +cachetools~=5.1.0 setuptools~=62.2.0 pycryptodome~=3.14.1 python-dotenv~=0.20.0 diff --git a/setup.py b/setup.py index 58f87c8..67427fe 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires=[ "requests~=2.27.1", "six~=1.16.0", - "cachetools~=5.0.0", + "cachetools>=5.0,<5.2", "pycryptodome>=3.13,<3.15", "python-dotenv>=0.19.2,<0.21.0", "pytz>=2021.3,<2023.0",