forked from OpenCTI-Platform/connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency pandas to v2.2.3 (OpenCTI-Platform#2724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
6487a09
commit d63a615
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pycti==6.3.4 | ||
markdownify | ||
validators | ||
pandas==2.2.2 | ||
pandas==2.2.3 | ||
tabulate # Required for Pandas to Markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|