chore: update dependencies by barredterra [frappe] PR#25972
From: https://github.com/frappe/frappe/pull/25972
Date: 2024-04-16 17:11:03+02:00
- chore: bump sql_metadata to 2.11.0
- chore: bump sqlparse to v0.5.0
- chore: bump pydantic to v2.7.0
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-25972
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-25972
# 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