Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group across 1 directory with 3 updates #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2024

Bumps the pip group with 3 updates in the /pipelines directory: certifi, luigi and tornado.

Updates certifi from 2015.11.20.1 to 2024.7.4

Commits

Updates luigi from 2.0.1 to 2.8.0

Release notes

Sourced from luigi's releases.

2.8.0

This is a minor version bump, due to:

  • Dropping Python 3.4 and 3.5 from CI, which means no automated tests to ensure compatibility for those versions
  • [Security Patch] CORS being disabled by default. A new section of configuration [cors] is introduced to enable custom settings. For details, refer to user group topic: https://groups.google.com/forum/#!topic/luigi-user/ZgfRTpBsVUY

Added

luigi:
  • Add Python 3.7 compatibility (#2466) This also drops 3.4 and 3.5 from CI.
  • Interpolate environment variables in .cfg config files (#2527)
luigi.contrib:
  • Add CopyToTable task for MySQL (#2553)
  • Add HdfsFlagTarget (#2559)
luigi.contrib:

Fixed

luigi:
  • Fix ReadTheDocs build (#2546)
  • Make capture_output non-positional in ExternalProgramTask (#2547)
luigi.contrib:
  • Fix S3Client's _path_to_bucket_and_key to support keys with question marks (#2534)
  • Fix S3Client.remove - add max batch size (#2529)
  • Small fix to logging in contrib/ecs.py (#2556)
  • FIX HdfsAtomicWriteDirPipe.close() when using snakebite and the file do not exist. (#2549)

Changed:

luigi:
  • [ImgBot] optimizes images (#2555)
luigi.contrib:
  • Remove s3 bucket validation prior to file upload (#2528)
  • Refactor s3 copy into sub-methods (#2508)

2.7.9

Added

luigi.contrib:
  • Added optional choice for hdfs clients (#2487)
  • s3client check for deprecated host keyword and raise error with the details (#2493)
  • Add a "capture_output" parameter to ExternalProgramTask (#2430)

Fixed

luigi:
  • Fix exception when toml lib is not installed (#2506)
  • Replace direct attribute accessing by using built-n function getattr (#2509)
  • set upper bound of python-daemon (#2536)
luigi.contrib:

... (truncated)

Commits

Updates tornado from 4.3 to 6.4.1

Changelog

Sourced from tornado's changelog.

Release notes

.. toctree:: :maxdepth: 2

releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2 releases/v5.0.1 releases/v5.0.0 releases/v4.5.3 releases/v4.5.2 releases/v4.5.1 releases/v4.5.0 releases/v4.4.3 releases/v4.4.2 releases/v4.4.1 releases/v4.4.0 releases/v4.3.0 releases/v4.2.1 releases/v4.2.0 releases/v4.1.0 releases/v4.0.2 releases/v4.0.1 releases/v4.0.0 releases/v3.2.2 releases/v3.2.1 releases/v3.2.0 releases/v3.1.1 releases/v3.1.0 releases/v3.0.2 releases/v3.0.1 releases/v3.0.0 releases/v2.4.1 releases/v2.4.0 releases/v2.3.0

... (truncated)

Commits
  • 2a0e1d1 Merge pull request #3388 from bdarnell/release-641
  • b7af4e8 Release notes and version bump for version 6.4.1
  • d65f6e7 Merge pull request #3387 from bdarnell/chunked-parsing
  • 8d721a8 httputil: Only strip tabs and spaces from header values
  • 7786f09 Merge pull request #3386 from bdarnell/curl-crlf
  • fb119c7 http1connection: Stricter handling of transfer-encoding
  • b0ffc58 curl_httpclient,http1connection: Prohibit CR and LF in headers
  • 0efa9a4 Merge pull request #3385 from bdarnell/update-black
  • 2757c6e Merge pull request #3384 from tornadoweb/dependabot/pip/requests-2.32.2
  • 291d1b6 *: Update black
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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](certifi/python-certifi@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](spotify/luigi@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](tornadoweb/tornado@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] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants