From 9282b42947afb39e7e09f8f4d0d010f90fc6b773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:09:17 +0000 Subject: [PATCH] Bump tomli from 2.2.1 to 2.3.0 in /python/helpers Bumps [tomli](https://github.com/hukkin/tomli) from 2.2.1 to 2.3.0. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.2.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 8fc522c60c4..68101b50089 100644 --- a/python/helpers/requirements.txt +++ b/python/helpers/requirements.txt @@ -6,7 +6,7 @@ pipenv==2025.0.4 plette==2.1.0 poetry==2.1.3 # TODO: Replace 3p package `tomli` with 3.11's new stdlib `tomllib` once we drop support for Python 3.10. -tomli==2.2.1 +tomli==2.3.0 # Some dependencies will only install if Cython is present Cython==3.1.2