Skip to content

Commit 50b0fd1

Browse files
Upgrade: [dependabot] - bump slack-sdk from 3.40.0 to 3.40.1 (#407)
Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.40.0 to 3.40.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/slackapi/python-slack-sdk/releases">slack-sdk's releases</a>.</em></p> <blockquote> <h2>v3.40.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>fix: rely on naive datetime for sqlalchemy by <a href="https://github.com/WilliamBergamin"><code>@​WilliamBergamin</code></a> in <a href="https://redirect.github.com/slackapi/python-slack-sdk/pull/1833">slackapi/python-slack-sdk#1833</a></li> </ul> <h3>📦 Other changes</h3> <ul> <li>chore(release): version 3.40.1 by <a href="https://github.com/WilliamBergamin"><code>@​WilliamBergamin</code></a> in <a href="https://redirect.github.com/slackapi/python-slack-sdk/pull/1834">slackapi/python-slack-sdk#1834</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/slackapi/python-slack-sdk/compare/v3.40.0...v3.40.1">https://github.com/slackapi/python-slack-sdk/compare/v3.40.0...v3.40.1</a> <strong>Milestone</strong>: <a href="https://github.com/slackapi/python-slack-sdk/milestone/116?closed=1">https://github.com/slackapi/python-slack-sdk/milestone/116?closed=1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/slackapi/python-slack-sdk/commit/f14e689e11c2509891b23cb51044451725ef407f"><code>f14e689</code></a> chore(release): version 3.40.1 (<a href="https://redirect.github.com/slackapi/python-slack-sdk/issues/1834">#1834</a>)</li> <li><a href="https://github.com/slackapi/python-slack-sdk/commit/506582bb4a79c7487370cadfd5a322b0196adf29"><code>506582b</code></a> fix: rely on naive datetime for sqlalchemy (<a href="https://redirect.github.com/slackapi/python-slack-sdk/issues/1833">#1833</a>)</li> <li>See full diff in <a href="https://github.com/slackapi/python-slack-sdk/compare/v3.40.0...v3.40.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=slack-sdk&package-manager=pip&previous-version=3.40.0&new-version=3.40.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a4d9d9 commit 50b0fd1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ moto = {extras = ["ssm"], version = "^5.1.21"}
3434

3535
[tool.poetry.group.slackBotFunction.dependencies]
3636
slack-bolt = "^1.25.0"
37-
slack-sdk = "^3.40.0"
37+
slack-sdk = "^3.40.1"
3838
boto3 = "^1.42.54"
3939
requests = "^2.32.5"
4040
urllib3 = "^2.6.3"
@@ -63,7 +63,7 @@ markitdown = {extras = ["pdf", "docx", "xlsx"], version = "^0.0.1a12"}
6363
aws-lambda-powertools = "^3.23.0"
6464
urllib3 = "^2.6.3"
6565
slack-bolt = "^1.25.0"
66-
slack-sdk = "^3.40.0"
66+
slack-sdk = "^3.40.1"
6767

6868

6969
[tool.black]

0 commit comments

Comments
 (0)