From e19e029f7508a116baab9dd314e600a5c888946a Mon Sep 17 00:00:00 2001 From: HadhemiDD <43783545+HadhemiDD@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:30:41 +0100 Subject: [PATCH] Bump binary package version (#19190) * bump binary package version * add python version condition * remove python version condition * changelo * changelog modified * changelog modified * changelog modified --- agent_requirements.in | 2 +- datadog_checks_base/changelog.d/19190.added | 1 + datadog_checks_base/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 datadog_checks_base/changelog.d/19190.added diff --git a/agent_requirements.in b/agent_requirements.in index 17b6d28051615..b96253e8f081f 100644 --- a/agent_requirements.in +++ b/agent_requirements.in @@ -2,7 +2,7 @@ aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin' aws-requests-auth==0.4.3 azure-identity==1.17.1 beautifulsoup4==4.12.3 -binary==1.0.0 +binary==1.0.1 boto3==1.35.10 botocore==1.35.10 cachetools==5.5.0 diff --git a/datadog_checks_base/changelog.d/19190.added b/datadog_checks_base/changelog.d/19190.added new file mode 100644 index 0000000000000..0e2a9d41e432c --- /dev/null +++ b/datadog_checks_base/changelog.d/19190.added @@ -0,0 +1 @@ +Bump binary package version for py3.12 diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index 5aa522c223b49..8ff7f6bd6ce2c 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -34,7 +34,7 @@ db = [ "mmh3==4.1.0", ] deps = [ - "binary==1.0.0", + "binary==1.0.1", "cachetools==5.5.0", "cryptography==43.0.1", "ddtrace==2.10.6",