Skip to content

Bump beautifulsoup4 from 4.12.3 to 4.13.3 #411

Bump beautifulsoup4 from 4.12.3 to 4.13.3

Bump beautifulsoup4 from 4.12.3 to 4.13.3 #411

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