Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 3 updates (#354)
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 [pytest-cov](https://github.com/pytest-dev/pytest-cov).


Updates `slack-sdk` from 3.33.2 to 3.33.3
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.33.2...v3.33.3)

Updates `numpy` from 2.1.2 to 2.1.3
- [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.2...v2.1.3)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-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-patch
  dependency-group: python-dependencies
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Nov 4, 2024
1 parent 255cce0 commit 4f71cd4
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.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"]
Expand All @@ -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 = [
Expand Down

0 comments on commit 4f71cd4

Please sign in to comment.