From 245386e08345fc056721d1daa3551f2ef89e1298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:56:27 +0000 Subject: [PATCH] deps(deps-dev): bump tomli from 2.4.0 to 2.4.1 Bumps [tomli](https://github.com/hukkin/tomli) from 2.4.0 to 2.4.1. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.4.0...2.4.1) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ba24255..e0a8d96 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -346,7 +346,7 @@ tenacity==9.1.4 # via pyplayground (pyproject.toml) textual==8.0.2 # via pyplayground (pyproject.toml) -tomli==2.4.0 +tomli==2.4.1 # via application-properties toolz==1.1.0 # via columnar