Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 4 updates (#363)
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 4 updates: [google-cloud-storage](https://github.com/googleapis/python-storage), [slack-sdk](https://github.com/slackapi/python-slack-sdk), [numpy](https://github.com/numpy/numpy) and [coverage[toml]](https://github.com/nedbat/coveragepy).


Updates `google-cloud-storage` from 2.18.2 to 2.19.0
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v2.18.2...v2.19.0)

Updates `slack-sdk` from 3.33.4 to 3.33.5
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.33.4...v3.33.5)

Updates `numpy` from 2.1.3 to 2.2.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.3...v2.2.0)

Updates `coverage[toml]` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

---
updated-dependencies:
- dependency-name: google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: coverage[toml]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 9, 2024
1 parent ac189ac commit db1319e
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 @@ -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"]
Expand All @@ -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",
Expand Down

0 comments on commit db1319e

Please sign in to comment.