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

Bump pydash from 7.0.7 to 8.0.4 #78

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps pydash from 7.0.7 to 8.0.4.

Changelog

Sourced from pydash's changelog.

v8.0.4 (2024-11-04)

  • Fix bug in zip_object and zip_object_deep where an empty list for keys/values would cause an exception instead of returning an empty dict.

v8.0.3 (2024-07-22)

  • Specify explicit type parameters for all type annotations. Thanks DeviousStoat_!

v8.0.2 (2024-07-21)

  • Fix typing issue in map_ for compatability with chain. Thanks DeviousStoat_!

v8.0.1 (2024-04-26)

  • Fix issue where too many arguments were passed to stdlib's operator.attrgetter, operator.itemgetter, and operator.methodcaller when instances of those classes were used as callbacks to functions like map_, filter_, etc. due to a bug introduced in Python 3.12.3 and 3.11.9 that reported an incorrect signature for those operator class instances.

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_!

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [pydash](https://github.com/dgilland/pydash) from 7.0.7 to 8.0.4.
- [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst)
- [Commits](dgilland/pydash@v7.0.7...v8.0.4)

---
updated-dependencies:
- dependency-name: pydash
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
Copy link

netlify bot commented Nov 25, 2024

Deploy Preview for commonmeta-py canceled.

Name Link
🔨 Latest commit 78d5b25
🔍 Latest deploy log https://app.netlify.com/sites/commonmeta-py/deploys/67448390bc34c700080523b8

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants