From d63a61595fadfb01c050922792a83288c3749a38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:59:27 +0200 Subject: [PATCH] Update dependency pandas to v2.2.3 (#2724) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- external-import/intelfinder/src/requirements.txt | 2 +- stream/elastic/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external-import/intelfinder/src/requirements.txt b/external-import/intelfinder/src/requirements.txt index 1cbb3a36f3..4c5aa7eccf 100644 --- a/external-import/intelfinder/src/requirements.txt +++ b/external-import/intelfinder/src/requirements.txt @@ -1,5 +1,5 @@ pycti==6.3.4 markdownify validators -pandas==2.2.2 +pandas==2.2.3 tabulate # Required for Pandas to Markdown \ No newline at end of file diff --git a/stream/elastic/src/requirements.txt b/stream/elastic/src/requirements.txt index 5915c302de..43de73eb17 100644 --- a/stream/elastic/src/requirements.txt +++ b/stream/elastic/src/requirements.txt @@ -1,5 +1,5 @@ pycti==6.3.4 -pandas==2.2.2 +pandas==2.2.3 elasticsearch==7.17.12 scalpl==0.4.2 docopt==0.6.2