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

build(deps): bump csvkit from 1.3.0 to 1.4.0 #278

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps csvkit from 1.3.0 to 1.4.0.

Changelog

Sourced from csvkit's changelog.

1.4.0 - February 13, 2024

  • feat: :doc:/scripts/csvpy adds the options:

    • :code:--no-number-ellipsis, to disable the ellipsis () if max precision is exceeded, for example, when using table.print_table()
    • :code:`--sniff-limit``
    • :code:`--no-inference``
  • feat: :doc:/scripts/csvpy removes the --linenumbers and --zero output options, which had no effect.

  • feat: :doc:/scripts/in2csv adds a :code:--reset-dimensions option to recalculate <https://openpyxl.readthedocs.io/en/stable/optimized.html#worksheet-dimensions>_ the dimensions of an XLSX file, instead of trusting the file's metadata. csvkit's dependency agate-excel <https://agate-excel.readthedocs.io/en/latest/>_ 0.4.0 automatically recalculates the dimensions if the file's metadata expresses dimensions of "A1:A1" (a single cell).

  • fix: :doc:/scripts/csvlook only reads up to :code:--max-rows rows instead of the entire file.

  • fix: :doc:/scripts/csvpy supports the existing input options:

    • :code:--locale
    • :code:--blanks
    • :code:--null-value
    • :code:--date-format
    • :code:--datetime-format
    • :code:--skip-lines
  • fix: :doc:/scripts/csvpy: :code:--maxfieldsize no longer errors when :code:--dict is set.

  • fix: :doc:/scripts/csvstack: :code:--maxfieldsize no longer errors when :code:--no-header-row isn't set.

  • fix: :doc:/scripts/in2csv: :code:--write-sheets no longer errors when standard input is an XLS or XLSX file.

  • Update minimum agate version to 1.6.3.

Commits
  • a447f51 ci: Add dependabot.yml
  • 678b2cf chore: isort. ci: Upgrade actions
  • 11d69a3 build: Iterate the version number
  • 8119565 fix(csvpy, csvstack): --maxfieldsize no longer errors when using DictReader, ...
  • 78c5bb2 feat(csvpy): Add --no-number-ellipsis, --sniff-limit, --no-inference. fix(csv...
  • c42d0db test: Fix expectation for csvlook --max-rows 0
  • 7bba1bd fix: csvlook only reads up to --max-rows rows instead of the entire file
  • 9fa97d8 ci: Remove accidental copy-paste
  • 88753f9 fix(in2csv): --write-sheets no longer errors when standard input is an XLS or...
  • ed05def docs(csvsql): Document use of UPDATE command, closes #1223
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team as a code owner February 14, 2024 12:26
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 14, 2024
Bumps [csvkit](https://github.com/wireservice/csvkit) from 1.3.0 to 1.4.0.
- [Changelog](https://github.com/wireservice/csvkit/blob/master/CHANGELOG.rst)
- [Commits](wireservice/csvkit@1.3.0...1.4.0)

---
updated-dependencies:
- dependency-name: csvkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/csvkit-1.4.0 branch from 5dc55dd to beef6a5 Compare February 14, 2024 12:27
@docktermj docktermj merged commit 0987a29 into main Feb 14, 2024
8 checks passed
@docktermj docktermj deleted the dependabot/pip/csvkit-1.4.0 branch February 14, 2024 13:55
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.

1 participant