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.2,>=1.6 to >=1.6,<1.6.3 in /core #3214

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2021

Updates the requirements on agate to permit the latest version.

Changelog

Sourced from agate's changelog.

1.6.2 - March 10, 2021

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

1.6.1 - March 11, 2018

  • :meth:.Date.cast and :meth:.DateTime.cast will no longer parse strings that contain dates as dates. (#705)
  • Added Forest Gregg to Authors.
  • :meth:.Table.to_json can now use Decimal as keys. (#696)
  • Link to tutorial now uses version through sphinx to avoid bad links on future releases. (#682)
  • lxml limited to >= 3.6 and < 4 for pypy compatibility.

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.

  • Suppress warning from babel about Time Zone expressions on Python 3.6. (#665)
  • Reimplemented slugify with python-slugify instead of awesome-slugify. (#660)
  • Slugify renaming of duplicate values is now consistent with :meth:.Table.init. (#615)

1.5.5 - December 29, 2016

  • Added a "full outer join" example to the SQL section of the cookbook. (#658)
  • Warnings are now more explicit when column names are missing. (#652)
  • :meth:.Date.cast will no longer parse strings like :code:05_leslie3d_base as dates. (#653)
  • :meth:.Text.cast will no longer strip leading or trailing whitespace. (#654)
  • Fixed :code:'NoneType' object has no attribute 'groupdict' error in :meth:.TimeDelta.cast. (#656)

1.5.4 - December 27, 2016

  • Cleaned up handling of warnings in tests.
  • Blank column names are not treated as unspecified (letter names will be generated).

1.5.3 - December 26, 2016

This is a minor release that adds one feature: sequential joins (by row number). It also fixes several small bugs blocking a downstream release of csvkit.

  • Fixed empty :class:.Table column names would be intialized as list instead of tuple.
  • :meth:.Table.join can now join by row numbers—a sequential join.

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Mar 31, 2021
@cla-bot cla-bot bot added the cla:yes label Mar 31, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/core/agate-gte-1.6-and-lt-1.6.3 branch from aaeec7b to db46931 Compare May 5, 2021 07:09
@dependabot dependabot bot force-pushed the dependabot/pip/core/agate-gte-1.6-and-lt-1.6.3 branch from db46931 to cf2995c Compare May 24, 2021 07:17
@dependabot dependabot bot force-pushed the dependabot/pip/core/agate-gte-1.6-and-lt-1.6.3 branch from cf2995c to cf0ef91 Compare June 8, 2021 06:07
@dependabot dependabot bot temporarily deployed to Postgres June 8, 2021 06:13 Inactive
@dependabot dependabot bot temporarily deployed to Bigquery June 8, 2021 06:13 Inactive
@dependabot dependabot bot temporarily deployed to Bigquery June 8, 2021 06:13 Inactive
@dependabot dependabot bot temporarily deployed to Redshift June 8, 2021 06:13 Inactive
@dependabot dependabot bot temporarily deployed to Snowflake June 8, 2021 06:13 Inactive
@dependabot dependabot bot temporarily deployed to Snowflake June 8, 2021 06:13 Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 16, 2021

Superseded by #3585.

@dependabot dependabot bot closed this Jul 16, 2021
@dependabot dependabot bot deleted the dependabot/pip/core/agate-gte-1.6-and-lt-1.6.3 branch July 16, 2021 00:16
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.

0 participants