diff --git a/pyproject.toml b/pyproject.toml index ff228b1..e639ca3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ dependencies = [ "junitparser==3.2.0", "pydantic==1.10.18", "opensearch-py==2.7.1", - "slack_sdk==3.33.2", + "slack_sdk==3.33.3", "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.2", + "numpy==2.1.3", "mmh3==5.0.1", ] dynamic = ["version"] @@ -43,7 +43,7 @@ test-runner = [ unit-tests = [ "freezegun==1.5.1", "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-httpserver==1.1.0", ] coverage = [