Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 4 updates (#339)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 4 updates: [slack-sdk](https://github.com/slackapi/python-slack-sdk), [pandas](https://github.com/pandas-dev/pandas), [mmh3](https://github.com/hajimes/mmh3) and [tox](https://github.com/tox-dev/tox).


Updates `slack-sdk` from 3.32.0 to 3.33.1
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.32.0...v3.33.1)

Updates `pandas` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `mmh3` from 4.1.0 to 5.0.1
- [Release notes](https://github.com/hajimes/mmh3/releases)
- [Changelog](https://github.com/hajimes/mmh3/blob/master/CHANGELOG.md)
- [Commits](hajimes/mmh3@v4.1.0...v5.0.1)

Updates `tox` from 4.18.1 to 4.20.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.18.1...4.20.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mmh3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: tox
  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 Sep 23, 2024
1 parent 99df1be commit 31f7d3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ dependencies = [
"junitparser==3.2.0",
"pydantic==1.10.18",
"opensearch-py==2.7.1",
"slack_sdk==3.32.0",
"slack_sdk==3.33.1",
"plotly==5.24.1",
"kaleido==0.2.1",
"python-dateutil==2.9.0.post0",
"retry==0.9.2",
"pandas==2.2.2",
"pandas==2.2.3",
"numpy==2.1.1",
"mmh3==4.1.0",
"mmh3==5.0.1",
]
dynamic = ["version"]

Expand All @@ -38,7 +38,7 @@ elasticsearch-cleanup = "elasticsearch_cleanup.main:main"

[project.optional-dependencies]
test-runner = [
"tox==4.18.1",
"tox==4.20.0",
]
unit-tests = [
"freezegun==1.5.1",
Expand Down

0 comments on commit 31f7d3a

Please sign in to comment.