diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 2f09870386eda..3719dcbcae4d1 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -74,7 +74,7 @@ requests-ntlm,PyPI,ISC,Copyright (c) 2013 Ben Toews requests-oauthlib,PyPI,BSD-3-Clause,Copyright (c) 2014 Kenneth Reitz. requests-oauthlib,PyPI,ISC,Copyright (c) 2014 Kenneth Reitz. requests-toolbelt,PyPI,Apache-2.0,"Copyright 2014 Ian Cordasco, Cory Benfield" -requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2024 thelab +requests-unixsocket2,PyPI,ISC,Copyright (c) 2024 - 2025 thelab rethinkdb,PyPI,Apache-2.0,Copyright 2018 RethinkDB. securesystemslib,PyPI,MIT,Copyright (c) 2016 Santiago Torres semver,PyPI,BSD-3-Clause,"Copyright (c) 2013, Konstantine Rybnikov" diff --git a/agent_requirements.in b/agent_requirements.in index d97ac1e843c12..9246f6d5511d2 100644 --- a/agent_requirements.in +++ b/agent_requirements.in @@ -1,32 +1,32 @@ aerospike==7.1.1; sys_platform != 'win32' and sys_platform != 'darwin' aws-requests-auth==0.4.3 azure-identity==1.21.0 -beautifulsoup4==4.13.3 +beautifulsoup4==4.13.4 binary==1.0.1 -boto3==1.37.23 -botocore==1.37.23 +boto3==1.38.8 +botocore==1.38.8 cachetools==5.5.2 clickhouse-cityhash==1.0.2.4 clickhouse-driver==0.2.9 cm-client==45.0.4 confluent-kafka==2.8.0 -cryptography==44.0.2 +cryptography==44.0.3 ddtrace==2.21.4 dnspython==2.7.0 -foundationdb==6.3.24 +foundationdb==6.3.25 hazelcast-python-client==5.5.0 in-toto==2.0.0 -jellyfish==1.1.3 +jellyfish==1.2.0 kubernetes==32.0.1 lazy-loader==0.4 ldap3==2.9.1 lxml==5.1.1 -lz4==4.4.3 +lz4==4.4.4 mmh3==5.1.0 oauthlib==3.2.2 -openstacksdk==4.4.0 -orjson==3.10.16 -packaging==24.2 +openstacksdk==4.5.0 +orjson==3.10.18 +packaging==25.0 paramiko==3.5.1 ply==3.11 prometheus-client==0.21.1 @@ -35,7 +35,7 @@ psutil==6.0.0 psycopg2-binary==2.9.9 pyasn1==0.4.8 pycryptodomex==3.22.0 -pydantic==2.11.1 +pydantic==2.11.4 pyjwt==2.10.1 pymongo[srv]==4.8.0; python_version >= '3.9' pymqi==1.12.11; sys_platform != 'darwin' or platform_machine != 'arm64' @@ -57,16 +57,16 @@ requests-kerberos==0.15.0 requests-ntlm==1.3.0 requests-oauthlib==2.0.0 requests-toolbelt==1.0.0 -requests-unixsocket2==0.4.2 +requests-unixsocket2==1.0.0 requests==2.32.3 rethinkdb==2.4.10.post1 securesystemslib[crypto,pynacl]==0.28.0 semver==3.0.4 service-identity[idna]==24.2.0 simplejson==3.20.1 -snowflake-connector-python==3.14.0 +snowflake-connector-python==3.15.0 supervisor==4.2.5 tuf==4.0.0 -urllib3==2.3.0 +urllib3==2.4.0 vertica-python==1.4.0 wrapt==1.17.2 diff --git a/amazon_msk/changelog.d/20215.added b/amazon_msk/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/amazon_msk/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/amazon_msk/pyproject.toml b/amazon_msk/pyproject.toml index ce57d324e6ae3..d4675b87f0bba 100644 --- a/amazon_msk/pyproject.toml +++ b/amazon_msk/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "boto3==1.37.23", + "boto3==1.38.8", ] [project.urls] diff --git a/cisco_aci/changelog.d/20215.added b/cisco_aci/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/cisco_aci/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/cisco_aci/pyproject.toml b/cisco_aci/pyproject.toml index ea047f6cbb08f..4cd36a9cf169d 100644 --- a/cisco_aci/pyproject.toml +++ b/cisco_aci/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cryptography==44.0.2", + "cryptography==44.0.3", ] [project.urls] diff --git a/clickhouse/changelog.d/20215.added b/clickhouse/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/clickhouse/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/clickhouse/pyproject.toml b/clickhouse/pyproject.toml index 6663988455760..3a844b3040cf5 100644 --- a/clickhouse/pyproject.toml +++ b/clickhouse/pyproject.toml @@ -38,7 +38,7 @@ license = "BSD-3-Clause" deps = [ "clickhouse-cityhash==1.0.2.4", "clickhouse-driver==0.2.9", - "lz4==4.4.3", + "lz4==4.4.4", ] [project.urls] diff --git a/datadog_checks_base/changelog.d/20215.added b/datadog_checks_base/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/datadog_checks_base/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/datadog_checks_base/pyproject.toml b/datadog_checks_base/pyproject.toml index 3480c8afa2982..2eb1cb8e69c86 100644 --- a/datadog_checks_base/pyproject.toml +++ b/datadog_checks_base/pyproject.toml @@ -33,31 +33,31 @@ license = "BSD-3-Clause" db = [ "mmh3==5.1.0", ] +# urllib3 is a dependency of requests that we explicitly +# make use of in a few places deps = [ "binary==1.0.1", "cachetools==5.5.2", - "cryptography==44.0.2", + "cryptography==44.0.3", "ddtrace==2.21.4", - "jellyfish==1.1.3", + "jellyfish==1.2.0", "lazy-loader==0.4", "prometheus-client==0.21.1", "protobuf==6.30.2", - "pydantic==2.11.1", + "pydantic==2.11.4", "python-dateutil==2.9.0.post0", "pywin32==310; sys_platform == 'win32'", "pyyaml==6.0.2", "requests-toolbelt==1.0.0", - "requests-unixsocket2==0.4.2", + "requests-unixsocket2==1.0.0", "requests==2.32.3", "simplejson==3.20.1", - # urllib3 is a dependency of requests that we explicitly - # make use of in a few places - "urllib3==2.3.0", + "urllib3==2.4.0", "wrapt==1.17.2", ] http = [ "aws-requests-auth==0.4.3", - "botocore==1.37.23", + "botocore==1.38.8", "oauthlib==3.2.2", "pyjwt==2.10.1", "pyopenssl==25.0.0", @@ -67,7 +67,7 @@ http = [ "requests-oauthlib==2.0.0", ] json = [ - "orjson==3.10.16", + "orjson==3.10.18", ] kube = [ "kubernetes==32.0.1", diff --git a/datadog_checks_downloader/changelog.d/20215.added b/datadog_checks_downloader/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/datadog_checks_downloader/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/datadog_checks_downloader/pyproject.toml b/datadog_checks_downloader/pyproject.toml index 8a9ef38ca7343..9160c419bda4e 100644 --- a/datadog_checks_downloader/pyproject.toml +++ b/datadog_checks_downloader/pyproject.toml @@ -34,7 +34,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "in-toto==2.0.0", - "packaging==24.2", + "packaging==25.0", "securesystemslib[crypto,pynacl]==0.28.0", "tuf==4.0.0", ] diff --git a/foundationdb/changelog.d/20215.added b/foundationdb/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/foundationdb/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/foundationdb/hatch.toml b/foundationdb/hatch.toml index 1b77eb6d500f1..8e633fc71673c 100644 --- a/foundationdb/hatch.toml +++ b/foundationdb/hatch.toml @@ -2,7 +2,7 @@ [envs.default] dependencies = [ - "foundationdb==6.3.24", + "foundationdb==6.3.25", ] e2e-env = false diff --git a/foundationdb/pyproject.toml b/foundationdb/pyproject.toml index f75f1aba57ac3..2434d26a1b567 100644 --- a/foundationdb/pyproject.toml +++ b/foundationdb/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "foundationdb==6.3.24", + "foundationdb==6.3.25", ] [project.urls] diff --git a/foundationdb/tests/common.py b/foundationdb/tests/common.py index dbdf3aa09f459..6443588e561e0 100644 --- a/foundationdb/tests/common.py +++ b/foundationdb/tests/common.py @@ -50,9 +50,9 @@ E2E_METADATA = { 'start_commands': [ - 'curl -o foundationdb-clients_6.3.23-1_amd64.deb ' - '-L https://github.com/apple/foundationdb/releases/download/6.3.23/foundationdb-clients_6.3.23-1_amd64.deb', - 'dpkg -i foundationdb-clients_6.3.23-1_amd64.deb', + 'curl -o foundationdb-clients_6.3.25-1_amd64.deb ' + '-L https://github.com/apple/foundationdb/releases/download/6.3.25/foundationdb-clients_6.3.25-1_amd64.deb', + 'dpkg -i foundationdb-clients_6.3.25-1_amd64.deb', ], 'docker_volumes': [ '{}:/fdb/fdb.cluster'.format(CLUSTER_FILE), diff --git a/http_check/changelog.d/20215.added b/http_check/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/http_check/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/http_check/pyproject.toml b/http_check/pyproject.toml index 5463da9ae27b2..5979b517efc0f 100644 --- a/http_check/pyproject.toml +++ b/http_check/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cryptography==44.0.2", + "cryptography==44.0.3", "requests-ntlm==1.3.0", ] diff --git a/mysql/changelog.d/20215.added b/mysql/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/mysql/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/mysql/pyproject.toml b/mysql/pyproject.toml index 7adfd8ffbbf97..e288e02a987bc 100644 --- a/mysql/pyproject.toml +++ b/mysql/pyproject.toml @@ -36,9 +36,9 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "boto3==1.37.23", + "boto3==1.38.8", "cachetools==5.5.2", - "cryptography==44.0.2", + "cryptography==44.0.3", "pymysql==1.1.1", ] diff --git a/openstack_controller/changelog.d/20215.added b/openstack_controller/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/openstack_controller/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/openstack_controller/pyproject.toml b/openstack_controller/pyproject.toml index 67639e2596f51..d5d208cbc8a78 100644 --- a/openstack_controller/pyproject.toml +++ b/openstack_controller/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "openstacksdk==4.4.0", + "openstacksdk==4.5.0", ] [project.urls] diff --git a/postgres/changelog.d/20215.added b/postgres/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/postgres/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/postgres/pyproject.toml b/postgres/pyproject.toml index 8ded221081695..49b35d74dfaa0 100644 --- a/postgres/pyproject.toml +++ b/postgres/pyproject.toml @@ -38,7 +38,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ "azure-identity==1.21.0", - "boto3==1.37.23", + "boto3==1.38.8", "cachetools==5.5.2", "psycopg2-binary==2.9.9", "semver==3.0.4", diff --git a/riakcs/changelog.d/20215.added b/riakcs/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/riakcs/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/riakcs/pyproject.toml b/riakcs/pyproject.toml index dd0384bd49df5..86b5f9e09314d 100644 --- a/riakcs/pyproject.toml +++ b/riakcs/pyproject.toml @@ -36,7 +36,7 @@ dynamic = [ [project.optional-dependencies] deps = [ - "boto3==1.37.23", + "boto3==1.38.8", ] [project.urls] diff --git a/snowflake/changelog.d/20215.added b/snowflake/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/snowflake/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/snowflake/pyproject.toml b/snowflake/pyproject.toml index 3e6a10d6f838f..4de288bd3b2bb 100644 --- a/snowflake/pyproject.toml +++ b/snowflake/pyproject.toml @@ -37,7 +37,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "snowflake-connector-python==3.14.0", + "snowflake-connector-python==3.15.0", ] [project.urls] diff --git a/spark/changelog.d/20215.added b/spark/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/spark/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/spark/pyproject.toml b/spark/pyproject.toml index f783611e2fb0d..f76112a6287e9 100644 --- a/spark/pyproject.toml +++ b/spark/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "beautifulsoup4==4.13.3", + "beautifulsoup4==4.13.4", ] [project.urls] diff --git a/tls/changelog.d/20215.added b/tls/changelog.d/20215.added new file mode 100644 index 0000000000000..af47fee9d6a90 --- /dev/null +++ b/tls/changelog.d/20215.added @@ -0,0 +1 @@ +Update dependencies \ No newline at end of file diff --git a/tls/pyproject.toml b/tls/pyproject.toml index f0157098ec14a..a9d56847132c5 100644 --- a/tls/pyproject.toml +++ b/tls/pyproject.toml @@ -36,7 +36,7 @@ license = "BSD-3-Clause" [project.optional-dependencies] deps = [ - "cryptography==44.0.2", + "cryptography==44.0.3", "service-identity[idna]==24.2.0", ]