From 93d5b15937ebc5e5e1df35763d8ddf58e9da6c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:07:40 +0000 Subject: [PATCH] Bump tomli from 2.0.1 to 2.3.0 in /python/helpers Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.3.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.3.0) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/helpers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/helpers/requirements.txt b/python/helpers/requirements.txt index 0eb8a1b92b..774e9aef63 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -6,7 +6,7 @@ pipenv==2024.4.1 plette==2.1.0 poetry==2.1.1 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10. -tomli==2.0.1 +tomli==2.3.0 # Some dependencies will only install if Cython is present Cython==3.0.10