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 pydash requirement from <8.0.0 to <9.0.0 #959

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Updates the requirements on pydash to permit the latest version.

Changelog

Sourced from pydash's changelog.

v8.0.0 (2024-03-26)

  • Add functions (Thanks DeviousStoat_!):

    • apply (previously named thru)
    • apply_catch
    • apply_if
    • apply_if_not_none
    • eq_cmp
    • gt_cmp
    • gte_cmp
    • in_range_cmp
    • is_equal_cmp
    • is_equal_with_cmp
    • is_instance_of_cmp
    • is_match_cmp
    • is_match_with_cmp
    • is_monotone_cmp
    • lt_cmp
    • lte_cmp
  • Rename function thru to apply. Thanks DeviousStoat_! (breaking change)

  • Changed zip_, unzip, zip_with, unzip_with and to_pairs to accept iterables of tuples instead of lists and return lists of tuples instead of lists of lists. Thanks DeviousStoat_! (breaking change)

  • Fixed bug in divide, multiply, and subtract that returned the wrong result when 0 was used as one of the operation values. Thanks DeviousStoat_!

v7.0.7 (2024-01-27)

  • Fix bug in function wrappers that incorrectly computed the number of arguments the wrapped function could handle. Thanks DeviousStoat_!
  • Fix bug in set_ where the incorrect object type, list instead of dict, was initialized on class attributes. Thanks DeviousStoat_!
  • Drop support for Python 3.7.

v7.0.6 (2023-07-29)

  • Fix typing for chaining interface for methods that use varargs. Thanks DeviousStoat_!

v7.0.5 (2023-07-06)

  • Fix typing for find_index and find_last_index by allowing predicate argument to be callback shorthand values. Thanks DeviousStoat_!

v7.0.4 (2023-06-02)

... (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 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 [pydash](https://github.com/dgilland/pydash) to permit the latest version.
- [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst)
- [Commits](dgilland/pydash@v0.0.0...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2024
@dependabot dependabot bot requested a review from zkdev as a code owner April 1, 2024 08:17
@dependabot dependabot bot added the python Pull requests that update Python code label Apr 1, 2024
@gardener-robot-ci-1
Copy link
Contributor

Thank you @dependabot[bot] for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below.

@gardener-robot
Copy link

@dependabot[bot] Thank you for your contribution.

@gardener-robot gardener-robot added needs/review Needs review size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) labels Apr 1, 2024
@gardener-robot
Copy link

@ccwienk, @8R0WNI3, @zkdev You have pull request review open invite, please check

@gardener-robot
Copy link

@dependabot[bot] You need rebase this pull request with latest master branch. Please check.

@zkdev
Copy link
Member

zkdev commented Jul 18, 2024

/hold

pydash will be removed with #995

@gardener-robot gardener-robot added the reviewed/do-not-merge Has no approval for merging as it may break things, be of poor quality or have (ext.) dependencies label Jul 18, 2024
@ccwienk
Copy link
Member

ccwienk commented Aug 7, 2024

we no longer use pydash

@ccwienk ccwienk closed this Aug 7, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 7, 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.

@ccwienk ccwienk deleted the dependabot/pip/pydash-lt-9.0.0 branch August 7, 2024 08:37
@gardener-robot gardener-robot added the status/closed Issue is closed (either delivered or triaged) label Aug 7, 2024
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 needs/rebase Needs git rebase needs/review Needs review python Pull requests that update Python code reviewed/do-not-merge Has no approval for merging as it may break things, be of poor quality or have (ext.) dependencies size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) status/closed Issue is closed (either delivered or triaged)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants