Skip to content

Bump deepdiff from 6.3.1 to 6.7.1 #338

Bump deepdiff from 6.3.1 to 6.7.1

Bump deepdiff from 6.3.1 to 6.7.1 #338

Workflow file for this run

name: test_pages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- uses: actions/checkout@master
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Build and Commit
uses: waltsims/[email protected]
with:
pyproject_toml_deps: ".[docs]"