Skip to content

Bump deepdiff from 8.0.1 to 8.1.1 (#532) #1362

Bump deepdiff from 8.0.1 to 8.1.1 (#532)

Bump deepdiff from 8.0.1 to 8.1.1 (#532) #1362

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/[email protected]
with:
pyproject_toml_deps: ".[docs]"