Skip to content

Bump beautifulsoup4 from 4.14.2 to 4.14.3 (#494) #1349

Bump beautifulsoup4 from 4.14.2 to 4.14.3 (#494)

Bump beautifulsoup4 from 4.14.2 to 4.14.3 (#494) #1349

Workflow file for this run

name: Lint and 100% Test Coverage
on: push
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install Dependencies
run: |
pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint and Unit Test
run: tox