Skip to content

Bump aiohttp from 3.9.4 to 3.10.2 #752

Bump aiohttp from 3.9.4 to 3.10.2

Bump aiohttp from 3.9.4 to 3.10.2 #752

Workflow file for this run

# https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: black
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable