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.7,<1.9 in /core #8818

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

Updates the requirements on agate to permit the latest version.

Changelog

Sourced from agate's changelog.

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.
  • Drop support for Python 3.4 (2019-03-18), 3.5 (2020-09-13).

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)

... (truncated)

Commits
  • 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
  • c88192a Remove dependency on pytz
  • 5998a83 Revert "fix: Allow consecutive calls to Table.group_by, closes #765"
  • 5021bd5 ci: Install coveralls package
  • 7328f45 ci: Report coverage to Coveralls
  • aa3e1cc docs: Fix unreleased version number
  • 6ef5884 feat: Mean() works with TimeDelta(), #761
  • 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.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 11, 2023 00:46
@dependabot dependabot bot requested a review from MichelleArk October 11, 2023 00:46
@dependabot dependabot bot added dependencies Changes to the version of dbt dependencies python Pull requests that update Python code labels Oct 11, 2023
@cla-bot cla-bot bot added the cla:yes label Oct 11, 2023
@github-actions
Copy link
Contributor

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.

1 similar comment
@github-actions
Copy link
Contributor

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.

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3d27483) 86.48% compared to head (1fd3925) 86.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8818      +/-   ##
==========================================
- Coverage   86.48%   86.44%   -0.05%     
==========================================
  Files         176      176              
  Lines       26042    26042              
==========================================
- Hits        22523    22511      -12     
- Misses       3519     3531      +12     
Flag Coverage Δ
integration 83.24% <ø> (-0.11%) ⬇️
unit 64.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
core/setup.py 0.00% <ø> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2023

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

updating pin in #9948

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.

2 participants