chore(deps): pin pydyf to 0.10.0 by akhilnarang [frappe] PR#27149
From: https://github.com/frappe/frappe/pull/27149
Date: 2024-07-17 14:12:59+05:30
- chore(deps): pin pydyf to 0.10.0
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-27149
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-27149
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease