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 luigi from 2.7.5 to 2.8.0 #109

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 3, 2019

Bumps luigi from 2.7.5 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

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 3, 2019
@dependabot dependabot bot force-pushed the dependabot/pip/luigi-2.8.0 branch from 7f183ba to bf81d60 Compare April 14, 2020 13:49
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