mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Fix updating attributes inside f-strings when columns are renamed
Summary: Upgrades asttokens and uses the newly released support for astroid trees in `asttokens.ASTText` which is needed to deal with f-strings (as opposed to `asttokens.ASTTokens`). Test Plan: Added a Python unit test Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D4027
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#
|
||||
astroid==2.14.2
|
||||
# via -r core/sandbox/requirements3.in
|
||||
asttokens==2.2.1
|
||||
asttokens==2.4.0
|
||||
# via
|
||||
# friendly-traceback
|
||||
# stack-data
|
||||
|
||||
Reference in New Issue
Block a user