Skip to content

Bump aiohttp from 3.10.10 to 3.11.7 (#216) #345

Bump aiohttp from 3.10.10 to 3.11.7 (#216)

Bump aiohttp from 3.10.10 to 3.11.7 (#216) #345

Workflow file for this run

name: checks
on: [push, pull_request]
jobs:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install pre-commit
run: pip install pre-commit
- name: Run checks
run: pre-commit run --all