From 93f95182c57d6d2ce6d5d30928a4c9cc6dc4230d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 01:22:23 +0000 Subject: [PATCH] chore(deps): bump luigi from 3.8.0 to 3.8.1 in /worker_plan Bumps [luigi](https://github.com/spotify/luigi) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/spotify/luigi/releases) - [Changelog](https://github.com/spotify/luigi/blob/master/RELEASE-PROCESS.rst) - [Commits](https://github.com/spotify/luigi/compare/3.8.0...v3.8.1) --- updated-dependencies: - dependency-name: luigi dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index a5dd864d..8201d560 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "llama-index-readers-llama-parse==0.6.1", "llama-parse==0.6.94", "lockfile==0.12.2", - "luigi==3.8.0", + "luigi==3.8.1", "Markdown==3.10.2", "markdown-it-py==4.2.0", "MarkupSafe==3.0.3",