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 petl from 1.1.1 to 1.7.4 in /data-scripts #204

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2021

Bumps petl from 1.1.1 to 1.7.4.

Release notes

Sourced from petl's releases.

v1.7.4

Changes

  • Use python 3.6 instead of 2.7 for deploy on travis-ci. No python changes.
  • Skip doctest with python3.9 for now

v1.7.3

Changes

#545 Fixed SQLAlchemy 1.4 removed the Engine.contextual_connect method #542 document how to use convert with custom function and reference row

v1.7.2

Enhancements

  • #541: Allow aggregation over the entire table (without a key).
  • #370: Allow specifying output field name for simple aggregation.

Fixes

  • #536: Bumped version of package dependency on lxml from 4.4.0 to 4.6.2, due to security issues.

v1.7.1

Changes

  • Fixing conda packaging failures. #534
  • No changes in functionality.

v1.7.0

Changes

  • Added toxml() as convenience wrapper over totext() on #529.
  • Document behavior of multi-field convert-with-row on #532.
  • Allow user-defined sources from fsspec for remote I/O. on #533.

v1.6.8

Channges

  • Allow using a custom/restricted xml parser in fromxml() on #527.
  • Fixed the CVE-2020-29128.

v1.6.7

Changes

  • Reduced memory footprint for JSONL files, huge improvement on #523.

v1.6.6

Changes

  • Fixed #487: compatibility with python3.8 in petl.timings.clock().

... (truncated)

Changelog

Sourced from petl's changelog.

Version 1.7.4

  • Use python 3.6 instead of 2.7 for deploy on travis-ci. No python changes. By :user:juarezr, :issue:550.

Version 1.7.3

  • Fixed SQLAlchemy 1.4 removed the Engine.contextual_connect method By :user:juarezr, :issue:545.

  • How to use convert with custom function and reference row By :user:javidy, :issue:542.

Version 1.7.2

  • Allow aggregation over the entire table (without a key) By :user:bmaggard, :issue:541.

  • Allow specifying output field name for simple aggregation By :user:bmaggard, :issue:370.

  • Bumped version of package dependency on lxml from 4.4.0 to 4.6.2 By :user:juarezr, :issue:536.

Version 1.7.1

  • Fixing conda packaging failures. By :user:juarezr, :issue:534.

Version 1.7.0

  • Added toxml() as convenience wrapper over totext(). By :user:juarezr, :issue:529.

  • Document behavior of multi-field convert-with-row. By :user:chrullrich, :issue:532.

  • Allow user defined sources from fsspec for :ref:remote I/O <io_remotes>. By :user:juarezr, :issue:533.

Version 1.6.8

... (truncated)

Commits
  • 3e7a8c6 Update changes.rst for release 1.7.4
  • 5e5a8f8 update lxml to 4.6.3
  • 4c0d531 skip doctest on python3.9 until fixing pandas
  • 4561a3f travis: use python 3.6 on deploy
  • 918361e Update changes.rst for release 1.7.3
  • 6221cc1 test: exercise sqlalchemy engine as parameter
  • 46a98e6 db: replace SQLAlchemy deprecated contextual_connect method
  • ff6e7a3 Update conversions.py
  • e9b3e87 Merge pull request #543 from juarezr/github_actions_ci
  • 53740c0 added ci for testing petl on github actions on all push and pull_request
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 20, 2021
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants