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.1,>=1.6 to >=1.6,<1.7.2 in /core #6522

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on agate to permit the latest version.

Changelog

Sourced from agate's changelog.

1.7.1 - Jan 4, 2023

  • Allow parsedatetime 2.6.

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)

... (truncated)

Commits
  • 52198da build: Allow parsedatetime 2.6
  • cd63792 docs: Update changelog
  • 32cce43 docs: Update badges
  • 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
  • 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)
> **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.
- [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.1)

---
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 5, 2023 00:04
@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Jan 5, 2023
@cla-bot cla-bot bot added the cla:yes label Jan 5, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 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.

2 similar comments
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 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.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 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.

@jtcohen6
Copy link
Contributor

closing in favor of #7368

@jtcohen6 jtcohen6 closed this Jun 16, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2023

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/core/agate-gte-1.6-and-lt-1.7.2 branch June 16, 2023 17:04
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.

[CT-1753] [Bug] Allow using agate 1.7.1 due to serious vulnerability in future
2 participants