Skip to content

build(deps): bump aiohttp from 3.9.4 to 3.10.11 #674

build(deps): bump aiohttp from 3.9.4 to 3.10.11

build(deps): bump aiohttp from 3.9.4 to 3.10.11 #674

Workflow file for this run

name: Pytest
on:
workflow_dispatch:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Test with pytest
run: |
make test