diff --git a/.azure-pipelines/scripts/aerospike/linux/55_build_client.sh b/.azure-pipelines/scripts/aerospike/linux/55_build_client.sh index 6eaaeaf11705b..b4a8b959deec4 100755 --- a/.azure-pipelines/scripts/aerospike/linux/55_build_client.sh +++ b/.azure-pipelines/scripts/aerospike/linux/55_build_client.sh @@ -13,9 +13,9 @@ git clone https://github.com/aerospike/aerospike-client-c.git /tmp/aerospike-cli cd /tmp/aerospike-client-c # This needs to be kept in sync with whatever the Python library was built with. -# For example, version 3.7.2 was built with version 4.6.3 of the C library, see: -# https://github.com/aerospike/aerospike-client-python/blob/3.7.2/setup.py#L32-L33 -git checkout 4.4.0 +# For example, version 3.10.0 was built with version 4.6.10 of the C library, see: +# https://github.com/aerospike/aerospike-client-python/blob/3.10.0/setup.py#L32-L33 +git checkout 4.6.10 git submodule update --init make clean diff --git a/aerospike/requirements.in b/aerospike/requirements.in index 8aae7c0b90d35..8139ae6edad15 100644 --- a/aerospike/requirements.in +++ b/aerospike/requirements.in @@ -1 +1 @@ -aerospike==3.6.0; sys_platform != 'win32' +aerospike==3.10.0; sys_platform != 'win32' 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 22280294e518d..bbb5faeb9dc3c 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -1,5 +1,5 @@ adodbapi==2.6.0.7; sys_platform == 'win32' -aerospike==3.6.0; sys_platform != 'win32' +aerospike==3.10.0; sys_platform != 'win32' aws-requests-auth==0.4.2 beautifulsoup4==4.5.1 binary==1.0.0