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.6.4,>=1.6 to >=1.6,<1.7.1 in /core #6506

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2023

Updates the requirements on agate to permit the latest version.

Changelog

Sourced from agate's changelog.

1.7.0 - Jan 3, 2023

  • Add Python 3.11 support.
  • Add Python 3.10 support.
  • Drop Python 3.6 support (end-of-life was December 23, 2021).
  • Drop Python 2.7 support (end-of-life was January 1, 2020).

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.
  • Drop Python 3.5 support (end-of-life was September 13, 2020).
  • Drop Python 3.4 support (end-of-life was March 18, 2019).

1.6.2 - March 10, 2021

  • feat: :meth:.Date.__init__ and :meth:.DateTime.__init__ accepts a locale keyword argument (e.g. :code:en_US) for parsing formatted dates. (#730)
  • feat: :meth:.Number.cast casts True to 1 and False to 0. (#733)
  • fix: :meth:.utils.max_precision ignores infinity when calculating precision. (#726)
  • fix: :meth:.Date.cast catches OverflowError when type testing. (#720)
  • Included examples in Python package. (#716)

1.6.1 - March 11, 2018

  • feat: :meth:.Table.to_json can use Decimal as keys. (#696)
  • fix: :meth:.Date.cast and :meth:.DateTime.cast no longer parse non-date strings that contain date sub-strings as dates. (#705)
  • docs: Link to tutorial now uses version through Sphinx to avoid bad links on future releases. (#682)

1.6.0 - February 28, 2017

This update should not cause any breaking changes, however, it is being classified as major release because the dependency on awesome-slugify, which is licensed with GPLv3, has been replaced with python-slugify, which is licensed with MIT.

... (truncated)

Commits
  • a1e2aaf docs: Update changelog
  • 4d5267e ci: No duplicate builds
  • ec184b7 Merge pull request #772 from wireservice/python311
  • a82b43c chore: Fix misconversion from c83d726d535dcec08b0c5b1301b8671068c25b12
  • 7945f1a chore: Simplify super() calls and elif/else after returns
  • 9abb426 chore: Remove use of u''
  • c83d726 chore: Remove Python 2 code
  • a19a4e0 Merge pull request #764 from andriyor/patch-1
  • 05f6232 Merge pull request #771 from castorf/patch-2
  • 5c84402 ci: Move linting to separate workflow
  • 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 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 4, 2023 00:02
@dependabot dependabot bot requested review from ChenyuLInx and stu-k January 4, 2023 00:02
@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Jan 4, 2023
@cla-bot cla-bot bot added the cla:yes label Jan 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2023

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.

@ChenyuLInx ChenyuLInx merged commit 748a932 into main Jan 4, 2023
@ChenyuLInx ChenyuLInx deleted the dependabot/pip/core/agate-gte-1.6-and-lt-1.7.1 branch January 4, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla:yes dependencies Changes to the version of dbt dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants