fix(deps): solve dependencies (#3662)

This commit is contained in:
Sergio Garcia
2024-04-04 12:48:59 +02:00
committed by GitHub
parent 6ba123a003
commit 1e001bb0fd
2 changed files with 5 additions and 12 deletions
Generated
+1 -1
View File
@@ -4845,4 +4845,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "cd517148e98cb2d0e98f86a3aa335e5f2a718ec7a32e6ad907bbcf00efe7957a"
content-hash = "bb029a4216e047294b948ee2630cc1d2a70cb78cb6f8c0677a9be1094113733b"
+4 -11
View File
@@ -49,15 +49,17 @@ azure-storage-blob = "12.19.1"
boto3 = "1.26.165"
botocore = "1.29.165"
colorama = "0.4.6"
dash = "2.16.1"
dash-bootstrap-components = "1.5.0"
detect-secrets = "1.4.0"
google-api-python-client = "2.124.0"
google-auth-httplib2 = ">=0.1,<0.3"
jsonschema = "4.21.1"
kubernetes = "28.1.0"
mkdocs-git-revision-date-localized-plugin = "1.2.4"
mkdocs-material = "9.5.17"
msgraph-sdk = "1.0.0"
msrestazure = "0.6.4"
numpy = "1.26.4"
pandas = "2.2.1"
py-ocsf-models = "0.0.3"
pydantic = "1.10.14"
python = ">=3.9,<3.13"
@@ -66,15 +68,6 @@ shodan = "1.31.0"
slack-sdk = "3.27.1"
tabulate = "0.9.0"
[tool.poetry.group.dashboards]
optional = true
[tool.poetry.group.dashboards.dependencies]
dash = "2.16.1"
dash-bootstrap-components = "1.5.0"
numpy = "1.26.4"
pandas = "2.2.1"
[tool.poetry.group.dev.dependencies]
bandit = "1.7.8"
black = "24.3.0"