diff --git a/poetry.lock b/poetry.lock index a49e908113..397aec2a03 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 5f14b26655..474846ad41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"