diff --git a/pyproject.toml b/pyproject.toml index fcff3ce..7f000b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,17 +16,17 @@ license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "requests==2.32.3", - "google-cloud-storage==2.18.2", + "google-cloud-storage==2.19.0", "junitparser==3.2.0", "pydantic==1.10.19", "opensearch-py==2.8.0", - "slack_sdk==3.33.4", + "slack_sdk==3.33.5", "plotly==5.24.1", "kaleido==0.2.1", "python-dateutil==2.9.0.post0", "retry==0.9.2", "pandas==2.2.3", - "numpy==2.1.3", + "numpy==2.2.0", "mmh3==5.0.1", ] dynamic = ["version"] @@ -47,7 +47,7 @@ unit-tests = [ "pytest-httpserver==1.1.0", ] coverage = [ - "coverage[toml]==7.6.8", + "coverage[toml]==7.6.9", ] lint = [ "black==24.10.0",