From 2f3af129430899b2d6ec2b9383806d3fe6ece525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:04:36 +0000 Subject: [PATCH] chore(deps): bump luigi from 3.5.2 to 3.6.0 Bumps [luigi](https://github.com/spotify/luigi) from 3.5.2 to 3.6.0. - [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/v3.5.2...v3.6.0) --- updated-dependencies: - dependency-name: luigi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index f838ff64..6bc381c5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -951,12 +951,12 @@ files = [ [[package]] name = "luigi" -version = "3.5.2" +version = "3.6.0" description = "Workflow mgmgt + task scheduling + dependency resolution." optional = false python-versions = "*" files = [ - {file = "luigi-3.5.2.tar.gz", hash = "sha256:d000fe6a6ea77c9376674fe87a045ac00c3fcf7ebe8414655a06630aa9db5111"}, + {file = "luigi-3.6.0.tar.gz", hash = "sha256:41b14850223c619d9006b30acda733e756b883fc7e60814205576647190c96e3"}, ] [package.dependencies]