Skip to content

Commit

Permalink
Bump the all group with 2 updates (#4)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [pre-commit](https://github.com/pre-commit/pre-commit) and [slack-sdk](https://github.com/slackapi/python-slack-sdk).


Updates `pre-commit` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.6.0...v3.8.0)

Updates `slack-sdk` from 3.26.2 to 3.31.0
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.26.2...v3.31.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: slack-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Aug 27, 2024
1 parent b8b5a3c commit 875e548
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
33 changes: 12 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ packages = [{include = "notify"}]

[tool.poetry.dependencies]
python = "^3.10"
pre-commit = "^3.6.0"
slack-sdk = "^3.26.2"
pre-commit = "^3.8.0"
slack-sdk = "^3.31.0"
click = "^8.1.7"


Expand Down

0 comments on commit 875e548

Please sign in to comment.