From d6dbaa9484b0aabcfe0d59e60a62cac48dd5f830 Mon Sep 17 00:00:00 2001 From: FlorentClarret Date: Mon, 25 Dec 2023 02:12:51 +0000 Subject: [PATCH 1/2] Update dependencies --- amazon_msk/pyproject.toml | 2 +- .../datadog_checks/base/data/agent_requirements.in | 10 +++++----- datadog_checks_base/pyproject.toml | 2 +- postgres/pyproject.toml | 2 +- ssh_check/pyproject.toml | 2 +- vertica/pyproject.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/amazon_msk/pyproject.toml b/amazon_msk/pyproject.toml index ac260f61b1c7f..7c5c84cdb6f9b 100644 --- a/amazon_msk/pyproject.toml +++ b/amazon_msk/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "boto3==1.17.112; python_version < '3.0'", - "boto3==1.34.2; python_version > '3.0'", + "boto3==1.34.7; python_version > '3.0'", ] [project.urls] 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 2519de269588c..54a9a73b8c560 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -6,10 +6,10 @@ beautifulsoup4==4.12.2; python_version > '3.0' beautifulsoup4==4.9.3; python_version < '3.0' binary==1.0.0 boto3==1.17.112; python_version < '3.0' -boto3==1.34.2; python_version > '3.0' +boto3==1.34.7; python_version > '3.0' boto==2.49.0 botocore==1.20.112; python_version < '3.0' -botocore==1.34.2; python_version > '3.0' +botocore==1.34.7; python_version > '3.0' cachetools==3.1.1; python_version < '3.0' cachetools==5.3.2; python_version > '3.0' clickhouse-cityhash==1.0.2.3; python_version < '3.0' @@ -51,7 +51,7 @@ oracledb==1.3.2; python_version >= '3.8' orjson==3.9.7; python_version > '3.0' packaging==23.2; python_version > '3.0' paramiko==2.12.0; python_version < '3.0' -paramiko==3.3.1; python_version > '3.0' +paramiko==3.4.0; python_version > '3.0' ply==3.11 prometheus-client==0.12.0; python_version < '3.0' prometheus-client==0.19.0; python_version > '3.0' @@ -60,7 +60,7 @@ protobuf==3.20.2; python_version > '3.0' psutil==5.9.0 psycopg-pool==3.2.0; python_version > '3.0' psycopg2-binary==2.9.9; python_version > '3.0' -psycopg[binary]==3.1.15; python_version > '3.0' +psycopg[binary]==3.1.16; python_version > '3.0' pyasn1==0.4.6 pycryptodomex==3.10.1 pydantic==2.0.2; python_version > '3.0' @@ -109,7 +109,7 @@ tuf==2.0.0; python_version > '3.0' typing==3.10.0.0; python_version < '3.0' uptime==3.0.1 vertica-python==1.2.0; python_version < '3.0' -vertica-python==1.3.7; python_version > '3.0' +vertica-python==1.3.8; python_version > '3.0' win-inet-pton==1.1.0; sys_platform == 'win32' and python_version < '3.0' wrapt==1.15.0; python_version < '3.0' wrapt==1.16.0; python_version > '3.0' diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index 9286bff2c9017..84aeb6bb11297 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -75,7 +75,7 @@ deps = [ http = [ "aws-requests-auth==0.4.3", "botocore==1.20.112; python_version < '3.0'", - "botocore==1.34.2; python_version > '3.0'", + "botocore==1.34.7; python_version > '3.0'", "oauthlib==3.1.0; python_version < '3.0'", "oauthlib==3.2.2; python_version > '3.0'", "pyjwt==1.7.1; python_version < '3.0'", diff --git a/postgres/pyproject.toml b/postgres/pyproject.toml index 47fbcf4b7206f..ce176b9f1070d 100644 --- a/postgres/pyproject.toml +++ b/postgres/pyproject.toml @@ -39,7 +39,7 @@ license = "BSD-3-Clause" deps = [ "azure-identity==1.15.0; python_version > '3.0'", "boto3==1.17.112; python_version < '3.0'", - "boto3==1.34.2; python_version > '3.0'", + "boto3==1.34.7; python_version > '3.0'", "cachetools==3.1.1; python_version < '3.0'", "cachetools==5.3.2; python_version > '3.0'", "psycopg2-binary==2.9.9; python_version > '3.0'", diff --git a/ssh_check/pyproject.toml b/ssh_check/pyproject.toml index 0bc383ea00176..707fe05167488 100644 --- a/ssh_check/pyproject.toml +++ b/ssh_check/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "paramiko==2.12.0; python_version < '3.0'", - "paramiko==3.3.1; python_version > '3.0'", + "paramiko==3.4.0; python_version > '3.0'", ] [project.urls] diff --git a/vertica/pyproject.toml b/vertica/pyproject.toml index 64023b738016d..6abe85da9c909 100644 --- a/vertica/pyproject.toml +++ b/vertica/pyproject.toml @@ -40,7 +40,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "vertica-python==1.2.0; python_version < '3.0'", - "vertica-python==1.3.7; python_version > '3.0'", + "vertica-python==1.3.8; python_version > '3.0'", ] [project.urls] From d2a47a2829fc2607128ad3e89bf4c95f71be5cea Mon Sep 17 00:00:00 2001 From: Agent Integrations Dependency Bot Date: Mon, 25 Dec 2023 02:13:02 +0000 Subject: [PATCH 2/2] Update changelogs --- amazon_msk/changelog.d/16495.added | 1 + datadog_checks_base/changelog.d/16495.added | 1 + postgres/changelog.d/16495.added | 1 + ssh_check/changelog.d/16495.added | 1 + vertica/changelog.d/16495.added | 1 + 5 files changed, 5 insertions(+) create mode 100644 amazon_msk/changelog.d/16495.added create mode 100644 datadog_checks_base/changelog.d/16495.added create mode 100644 postgres/changelog.d/16495.added create mode 100644 ssh_check/changelog.d/16495.added create mode 100644 vertica/changelog.d/16495.added diff --git a/amazon_msk/changelog.d/16495.added b/amazon_msk/changelog.d/16495.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/amazon_msk/changelog.d/16495.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/datadog_checks_base/changelog.d/16495.added b/datadog_checks_base/changelog.d/16495.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/datadog_checks_base/changelog.d/16495.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/postgres/changelog.d/16495.added b/postgres/changelog.d/16495.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/postgres/changelog.d/16495.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/ssh_check/changelog.d/16495.added b/ssh_check/changelog.d/16495.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/ssh_check/changelog.d/16495.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/vertica/changelog.d/16495.added b/vertica/changelog.d/16495.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/vertica/changelog.d/16495.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file