From 60dc9992af385e8b2798f6a885817c038f16878b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:31:47 +0000 Subject: [PATCH] NO-ISSUE: Bump the python-dependencies group with 3 updates (#366) Bumps the python-dependencies group with 3 updates: [slack-sdk](https://github.com/slackapi/python-slack-sdk), [numpy](https://github.com/numpy/numpy) and [mypy](https://github.com/python/mypy). Updates `slack-sdk` from 3.33.5 to 3.34.0 - [Release notes](https://github.com/slackapi/python-slack-sdk/releases) - [Commits](https://github.com/slackapi/python-slack-sdk/compare/v3.33.5...v3.34.0) Updates `numpy` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.2.0...v2.2.1) Updates `mypy` from 1.13.0 to 1.14.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: slack-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f000b0..06fb603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,13 +20,13 @@ dependencies = [ "junitparser==3.2.0", "pydantic==1.10.19", "opensearch-py==2.8.0", - "slack_sdk==3.33.5", + "slack_sdk==3.34.0", "plotly==5.24.1", "kaleido==0.2.1", "python-dateutil==2.9.0.post0", "retry==0.9.2", "pandas==2.2.3", - "numpy==2.2.0", + "numpy==2.2.1", "mmh3==5.0.1", ] dynamic = ["version"] @@ -52,7 +52,7 @@ coverage = [ lint = [ "black==24.10.0", "isort==5.13.2", - "mypy==1.13.0", + "mypy==1.14.0", ] [tool.tox]