Skip to content

Update black requirement from ^24.10.0 to ^25.1.0 #126

Update black requirement from ^24.10.0 to ^25.1.0

Update black requirement from ^24.10.0 to ^25.1.0 #126

Workflow file for this run

---
name: Automatic Merging
on : pull_request_target
jobs:
auto-merge:
name: Automatic Merging
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Merge
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
command: squash and merge