This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push: new 5aee59cc3a chore(🦾): bump python tomlkit 0.12.5 -> 0.13.2 (#31090) 5aee59cc3a is described below commit 5aee59cc3a3031df05b577de406bd0352c0ed11f Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun Nov 24 21:28:45 2024 -0800 chore(🦾): bump python tomlkit 0.12.5 -> 0.13.2 (#31090) Co-authored-by: GitHub Action <act...@github.com> --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index bd26d31817..44dcc50722 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -216,7 +216,7 @@ tomli==2.1.0 # pyproject-api # pytest # tox -tomlkit==0.12.5 +tomlkit==0.13.2 # via pylint toposort==1.10 # via pip-compile-multi