Skip to content

fix: dependabot config to ignore black - #1778

Merged
WilliamBergamin merged 1 commit into
mainfrom
update-dependabot-config
Nov 3, 2025
Merged

fix: dependabot config to ignore black#1778
WilliamBergamin merged 1 commit into
mainfrom
update-dependabot-config

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Summary

Updates Dependabot config to ignore the black dependency. We're ignoring it because we are intentionally using the specific version compatible with the project's minimum supported Python version.

Testing

The ci pipeline should pass

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@WilliamBergaminWilliamBergamin self-assigned this Nov 3, 2025
@WilliamBergaminWilliamBergamin added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Nov 3, 2025

@hello-ashleyintechhello-ashleyintech left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yuhhh

@codecov

codecovBot commented Nov 3, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.12%. Comparing base (4791fb4) to head (d3b1bc5).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@ Coverage Diff @@## main #1778 +/- ##
==========================================
- Coverage 85.15% 85.12% -0.04% 
==========================================
Files 115 115 Lines 13069 13069 ==========================================
- Hits 11129 11125 -4 - Misses 1940 1944 +4 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zimegzimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WilliamBergamin LGTM and I am curious if ruff might be an interesting replacement upcoming? At this time we seem to have matching python version support! 🐍

@WilliamBergamin

Copy link
Copy Markdown
ContributorAuthor

Yess we should move to ruff, its on my task list 🚀

@WilliamBergamin
WilliamBergamin merged commit 04acf86 into mainNov 3, 2025
13 checks passed
@WilliamBergamin
WilliamBergamin deleted the update-dependabot-config branch November 3, 2025 21:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions codesemver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@WilliamBergamin@hello-ashleyintech@zimeg