From c9671226232c53f3a0528bc4e5f1e22427d97093 Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:07:48 -0600 Subject: [PATCH] Bump cachetools requirements --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a9941d..a967cd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "google_analytics_data_json" -version = "0.0.2.1" +version = "0.0.2.2" authors = [ { name="Daniel Jerrehian", email="danieljerrehian@gmail.com" }, ] @@ -17,7 +17,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - 'cachetools~=5.2.0', + 'cachetools>=5.2.0,<5.4', 'certifi==2022.6.15', 'charset-normalizer~=2.1.0', 'google-analytics-data==0.12.1', diff --git a/requirements.txt b/requirements.txt index fbb8fb0..edd682e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cachetools~=5.2.0 +cachetools~=5.3.1 certifi==2022.6.15 charset-normalizer~=2.1.0 google-analytics-data==0.12.1