Skip to content

Bump pypdf from 5.9.0 to 6.1.3 in /backend #1085

Bump pypdf from 5.9.0 to 6.1.3 in /backend

Bump pypdf from 5.9.0 to 6.1.3 in /backend #1085

Workflow file for this run

name: Lint
# we run testing for both master and dev branches (but only on pull requests for master)
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'dev'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable