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

Update agate requirement from ~=1.7.0 to ~=1.9.1 #23

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2024

Updates the requirements on agate to permit the latest version.

Changelog

Sourced from agate's changelog.

1.9.1 - December 21, 2023

  • Add Babel 2.14 support.

1.9.0 - October 17, 2023

  • feat: Add a text_truncation_chars configuration for values that exceed max_column_width in :meth:.Table.print_table and :meth:.Table.print_html.
  • feat: Add a number_truncation_chars configuration for values that exceed max_precision in :meth:.Table.print_table and :meth:.Table.print_html.

1.8.0 - October 10, 2023

  • feat: Lowercase the null_values provided to individual data types, since all comparisons to null_values are case-insensitive. (#770)
  • feat: :class:.Mean works with :class:.TimeDelta. (#761)
  • Switch from pytz to ZoneInfo.
  • Add Python 3.12 support.
  • Drop Python 3.7 support (end-of-life was June 27, 2023).

1.7.1 - January 4, 2023

  • Allow parsedatetime 2.6.

1.7.0 - January 3, 2023

  • Add Python 3.10 and 3.11 support.
  • Drop support for Python 2.7 (EOL 2020-01-01), 3.6 (2021-12-23).

1.6.3 - July 15, 2021

  • feat: :meth:.Table.from_csv accepts a row_limit keyword argument. (#740)
  • feat: :meth:.Table.from_json accepts an encoding keyword argument. (#734)
  • feat: :meth:.Table.print_html accepts a max_precision keyword argument, like :meth:.Table.print_table. (#753)
  • feat: :class:.TypeTester accepts a null_values keyword argument, like individual data types. (#745)
  • feat: :class:.Min, :class:.Max and :class:.Sum (#735) work with :class:.TimeDelta.
  • feat: :class:.FieldSizeLimitError includes the line number in the error message. (#681)
  • feat: :class:.csv.Sniffer warns on error while sniffing CSV dialect.
  • fix: :meth:.Table.normalize works with basic processing methods. (#691)
  • fix: :meth:.Table.homogenize works with basic processing methods. (#756)
  • fix: :meth:.Table.homogenize casts compare_values and default_row. (#700)
  • fix: :meth:.Table.homogenize accepts tuples. (#710)
  • fix: :meth:.TableSet.group_by accepts input with no rows. (#703)
  • fix: :class:.TypeTester warns if a column specified by the force argument is not in the table, instead of raising an error. (#747)
  • fix: Aggregations return None if all values are None, instead of raising an error. Note that Sum, MaxLength and MaxPrecision continue to return 0 if all values are None. (#706)
  • fix: Ensure files are closed when errors occur. (#734)
  • build: Make PyICU an optional dependency.

... (truncated)

Commits
  • b188990 Add Babel 2.14 support
  • 9e79a33 feat: Add text_truncation_chars and number_truncation_chars configurations, #738
  • 01f094b test: Skip failing test on GitHub Actions
  • 11ea63e docs: Document that the lineterminator defaults to the newline character, clo...
  • 71211ad docs: Document that "/" in JSON keys can cause collisions, closes #767
  • 9331192 chore: Run pyupgrade --py38-plus **/*.py
  • 7c82599 build: Iterate the version number
  • 9614bb2 docs(changelog): Reduce duplication
  • 4c32765 ci: Test on Python 3.12
  • 307bad3 Merge pull request #774 from Jenselme/remove-pytz
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [agate](https://github.com/wireservice/agate) to permit the latest version.
- [Changelog](https://github.com/wireservice/agate/blob/master/CHANGELOG.rst)
- [Commits](wireservice/agate@1.7.0...1.9.1)

---
updated-dependencies:
- dependency-name: agate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 12, 2024
@dependabot dependabot bot requested a review from a team as a code owner February 23, 2024 13:05
@dependabot dependabot bot requested a review from emmyoop February 23, 2024 13:05
Copy link

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

A newer version of agate exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@emmyoop
Copy link
Member

emmyoop commented May 1, 2024

updated in #122 & #119

@emmyoop emmyoop closed this May 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/agate-approx-eq-1.9.1 branch May 1, 2024 21:16
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