From 72dbd80aa1e1f99aa0504cbe94ef90b7aef8156e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:14:31 -0700 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=A6=BE):=20bump=20python=20tomlkit?= =?UTF-8?q?=200.11.8=20->=200.12.5=20(#28540)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: GitHub Action Co-authored-by: Maxime Beauchemin --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 0a44d45fc67df..e46523c732ad3 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -273,7 +273,7 @@ tomli==2.0.1 # pyproject-hooks # pytest # tox -tomlkit==0.11.8 +tomlkit==0.12.5 # via pylint toposort==1.10 # via pip-compile-multi