Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impr(sdk) Update Sekoia Automation Version #910

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AWS/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"name": "AWS",
"uuid": "b4462429-6f0f-42b5-87b8-430111697d28",
"slug": "aws",
"version": "1.30.10"
"version": "1.31"
}
151 changes: 51 additions & 100 deletions AWS/poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions AWS/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ authors = []

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
sekoia-automation-sdk = { version="^1.12.2", extras=["all"] }
sekoia-automation-sdk = "^1.12.2"
boto3 = "^1.21.3"
orjson = "^3.6.7"
pandas = "^1.4.4"
fastparquet = "^0.8.3"
loguru = "^0.7.0"
aiobotocore = "^2.5.0"
async-lru = "^2.0.2"
aiolimiter = "^1.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "*"
Expand All @@ -29,7 +30,7 @@ aioresponses = "^0.7.4"
autoflake = "^1.4"
isort = "^5.10.1"
black = { version = "^24.3.0", extras = ["colorama"] }
mypy = "^0.991"
mypy = "^1.9.0"
types-aiofiles = "^23.1.0.4"
types-python-dateutil = "^2.8.19.13"
poethepoet = { version = "^0.16.5", extras = ["poetry_plugin"] }
Expand Down
2 changes: 1 addition & 1 deletion Azure/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"name": "Microsoft Azure",
"uuid": "525eecc0-9eee-484d-92bd-039117cf4dac",
"slug": "azure",
"version": "2.4.5"
"version": "2.5"
}
1,688 changes: 813 additions & 875 deletions Azure/poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = []

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
sekoia-automation-sdk = { version = "^1.12.0", extras = ["all"] }
sekoia-automation-sdk = "^1.12.2"
orjson = "^3.9.10"
azure-eventhub-checkpointstoreblob-aio = "^1.1.4"
azure-storage-blob = "^12.19.0"
Expand All @@ -16,6 +16,7 @@ async-lru = "^2.0.4"
aiofiles = "^23.2.1"
loguru = "^0.7.2"
uamqp = "^1.6.6"
aiolimiter = "^1.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "<8"
Expand All @@ -31,7 +32,7 @@ aioresponses = "^0.7.4"
autoflake = "^1.4"
isort = "^5.10.1"
black = { version = "^24.3.0", extras = ["colorama"] }
mypy = "^0.991"
mypy = "^1.9.0"
types-aiofiles = "^23.1.0.4"
types-python-dateutil = "^2.8.19.13"
poethepoet = { version = "^0.16.5", extras = ["poetry_plugin"] }
Expand Down
2 changes: 1 addition & 1 deletion BinaryEdges/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"name": "BinaryEdge's API",
"slug": "binaryedges",
"description": "[BinaryEdge](https://www.binaryedge.io/) is Cybersecurity/Data Science company that focuses its effort on acquiring, analyzing and classifying internet wide data. We have developed a platform - [40fy](https://app.binaryedge.io/) that allows us and our customers to gather several data points from exposed servers online.\n\n The API provides access to that scanning platform, for your own usage, along with access to our curated databases so that you can do querying and analytics on our worldwide (constantly updated) collected data.",
"version": "1.22"
"version": "1.23"
}
Loading