Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates (#360)

Bumps the python-dependencies group with 2 updates in the / directory: [slack-sdk](https://github.com/slackapi/python-slack-sdk) and [coverage[toml]](https://github.com/nedbat/coveragepy).


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

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

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Nov 25, 2024
1 parent ffc945d commit 05160b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"junitparser==3.2.0",
"pydantic==1.10.19",
"opensearch-py==2.7.1",
"slack_sdk==3.33.3",
"slack_sdk==3.33.4",
"plotly==5.24.1",
"kaleido==0.2.1",
"python-dateutil==2.9.0.post0",
Expand All @@ -47,7 +47,7 @@ unit-tests = [
"pytest-httpserver==1.1.0",
]
coverage = [
"coverage[toml]==7.6.4",
"coverage[toml]==7.6.8",
]
lint = [
"black==24.10.0",
Expand Down

0 comments on commit 05160b9

Please sign in to comment.