From c0d14396e6edfa5fc8700c5f23afe9bc4bf1bfa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 10:47:13 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /pipelines directory: [certifi](https://github.com/certifi/python-certifi), [luigi](https://github.com/spotify/luigi) and [tornado](https://github.com/tornadoweb/tornado). Updates `certifi` from 2015.11.20.1 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2015.11.20.1...2024.07.04) Updates `luigi` from 2.0.1 to 2.8.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/2.0.1...2.8.0) Updates `tornado` from 4.3 to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v4.3.0...v6.4.1) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: luigi dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pipelines/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines/requirements.txt b/pipelines/requirements.txt index 0a82e92..3c59bf9 100644 --- a/pipelines/requirements.txt +++ b/pipelines/requirements.txt @@ -1,15 +1,15 @@ argparse==1.2.1 backports-abc==0.4 backports.ssl-match-hostname==3.4.0.2 -certifi==2015.11.20.1 +certifi==2024.7.4 decorator==4.0.6 docutils==0.12 jsonpath-rw==1.4.0 lockfile==0.12.2 -luigi==2.0.1 +luigi==2.8.0 ply==3.8 python-daemon==2.1.0 singledispatch==3.4.0.3 six==1.10.0 -tornado==4.3 +tornado==6.4.1 wsgiref==0.1.2