Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 3 updates (#366)
Browse files Browse the repository at this point in the history
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](slackapi/python-slack-sdk@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](numpy/numpy@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](python/mypy@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 70f2b51 commit 60dc999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -52,7 +52,7 @@ coverage = [
lint = [
"black==24.10.0",
"isort==5.13.2",
"mypy==1.13.0",
"mypy==1.14.0",
]

[tool.tox]
Expand Down

0 comments on commit 60dc999

Please sign in to comment.