From 3334e434a6b8837b9e41213c53fb2af4368f8e95 Mon Sep 17 00:00:00 2001 From: Sarah Date: Tue, 28 Sep 2021 11:57:18 -0400 Subject: [PATCH] Downgrade cachetools since it is a major version bump --- .../datadog_checks/base/data/agent_requirements.in | 3 +-- mysql/requirements.in | 3 +-- postgres/requirements.in | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in index 1036e357fed52..92cbb60ae5420 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -10,8 +10,7 @@ boto3==1.18.48; python_version > "3.0" boto==2.49.0 botocore==1.20.112; python_version < "3.0" botocore==1.21.48; python_version > "3.0" -cachetools==3.1.1; python_version < "3.0" -cachetools==4.2.2; python_version > "3.0" +cachetools==3.1.1 clickhouse-cityhash==1.0.2.3 clickhouse-driver==0.2.0; python_version < "3.0" clickhouse-driver==0.2.1; python_version > "3.0" diff --git a/mysql/requirements.in b/mysql/requirements.in index 8ac0026e389b4..f6fff54f13990 100644 --- a/mysql/requirements.in +++ b/mysql/requirements.in @@ -1,5 +1,4 @@ -cachetools==3.1.1; python_version < "3.0" -cachetools==4.2.2; python_version > "3.0" +cachetools==3.1.1 cryptography==3.3.2; python_version < '3.0' cryptography==3.4.8; python_version > "3.0" pymysql==0.9.3 diff --git a/postgres/requirements.in b/postgres/requirements.in index e13a65fc92bce..a2e5fbbb903b5 100644 --- a/postgres/requirements.in +++ b/postgres/requirements.in @@ -1,5 +1,4 @@ -cachetools==3.1.1; python_version < "3.0" -cachetools==4.2.2; python_version > "3.0" +cachetools==3.1.1 psycopg2-binary==2.8.6 semver==2.9.0 futures==3.3.0; python_version < '3.0'