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 csvkit from 2.0.1 to 2.1.0 #400

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps csvkit from 2.0.1 to 2.1.0.

Changelog

Sourced from csvkit's changelog.

2.1.0 - February 26, 2025

  • feat: Add a :code:--no-leading-zeroes option to tools that support type inference.
  • feat: Add a :code:--add-bom option to add the UTF-8 byte-order mark (BOM) to CSV output, for Excel compatibility.
  • feat: :doc:/scripts/csvsql adds a :code:--engine-option option.
  • feat: :doc:/scripts/csvsql adds a :code:--sql-delimiter option, to set a different delimiter than ; for the :code:--query, :code:--before-insert and :code:after-insert options.
  • feat: :doc:/scripts/sql2csv adds a :code:--execution-option option.
  • feat: :doc:/scripts/sql2csv uses the stream_results=True execution option, by default, to not load all data into memory at once.
  • fix: :doc:/scripts/csvcut no longer errors on unknown columns when using the :code:--not-columns (:code:-C) option.
  • fix: :doc:/scripts/csvsql uses a default value of 1 for the :code:--min-col-len and :code:--col-len-multiplier options.
  • fix: The :code:--encoding option defaults to the PYTHONIOENCODING environment variable if set.
  • fix: For type inference, number takes priority over date-time, if not using the :code:--datetime-format option.
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 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 27, 2025 00:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 27, 2025
@docktermj docktermj self-assigned this Feb 27, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/csvkit-2.1.0 branch from dfd40e7 to f1fbc99 Compare February 28, 2025 13:48
Bumps [csvkit](https://github.com/wireservice/csvkit) from 2.0.1 to 2.1.0.
- [Changelog](https://github.com/wireservice/csvkit/blob/master/CHANGELOG.rst)
- [Commits](wireservice/csvkit@2.0.1...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/csvkit-2.1.0 branch from f1fbc99 to 57cb37a Compare February 28, 2025 13:54
@docktermj docktermj merged commit 4bb60bc into main Feb 28, 2025
12 checks passed
@docktermj docktermj deleted the dependabot/pip/csvkit-2.1.0 branch February 28, 2025 13:59
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