Skip to content

Bump pillow from 12.1.1 to 12.2.0 #1956

Bump pillow from 12.1.1 to 12.2.0

Bump pillow from 12.1.1 to 12.2.0 #1956

Workflow file for this run

name: test_pages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: Build and Commit
uses: waltsims/pages@pyproject.toml-support
with:
pyproject_toml_deps: ".[docs]"