From b2fa1f1a55d23374f62ee51626eab7cbd86a8c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:52:35 +0000 Subject: [PATCH] build(deps): Bump tomli from 2.4.0 to 2.4.1 in /backend 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8aaab2a..3a31127 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -28,7 +28,7 @@ pytest-flask==1.3.0 python-dotenv==1.2.2 pytokens==0.4.1 SQLAlchemy==2.0.48 -tomli==2.4.0 +tomli==2.4.1 typing_extensions==4.15.0 Werkzeug==3.1.6 zipp==3.23.0