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 4.5.0 to 6.0.0 #5

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 Sep 28, 2023

Bumps pydash from 4.5.0 to 6.0.0.

Changelog

Sourced from pydash's changelog.

v6.0.0 (2023-01-28)

  • Prevent access to object paths containing dunder-methods in functions like get() for non-dict/list objects. Attempting to access dunder-methods using get-path keys will raise a KeyError (e.g. get(SomeClass(), '__init__' will raise). Access to dict keys are unaffected (e.g. get({"__init__": True}, "__init__") will return True). (breaking change)
  • Add support for Python 3.11.
  • Drop support for Python 3.6 (breaking change)

v5.1.2 (2022-11-30)

  • Remove unnecessary type check and conversion for exceptions argument in pydash.retry.

v5.1.1 (2022-09-23)

  • Add support for Python 3.10.
  • Fix timing assertion issue in test for pydash.delay where it could fail on certain environments.

v5.1.0 (2021-10-02)

  • Support matches-style callbacks on non-dictionary objects that are compatible with pydash.get in functions like pydash.find.

v5.0.2 (2021-07-15)

  • Fix compatibility issue between pydash.py_ / pydash._ and typing.Protocol + typing.runtime_checkable that caused an exception to be raised for isinstance(py_, SomeRuntimeCheckableProtocol).

v5.0.1 (2021-06-27)

  • Fix bug in merge_with that prevented custom iteratee from being used when recursively merging. Thanks weineel_!

v5.0.0 (2021-03-29)

  • Drop support for Python 2.7. (breaking change)

  • Improve Unicode word splitting in string functions to be inline with Lodash. Thanks mervynlee94_! (breaking change)

    • camel_case
    • human_case
    • kebab_case
    • lower_case
    • pascal_case

... (truncated)

Commits
  • 81d58d6 release: v6.0.0
  • f410919 chore: update changelog
  • 6ff0831 fix: don't allow object paths that reference dunder-method attributes for fun...
  • 1947d2a chore: minor tweak to error message shown when lint fails
  • bfa8de1 chore: drop support for Python 3.6 (part 2)
  • a8a1b10 fix: revert flake8>=6.0 pinning since it's not compatible with Python 3.7
  • 0a430c6 fix: try to use flake8>=6.0 on all Python versions
  • 933b78d fix: pin importlib_metadata<5 on Python 3.7 due to compatibility issue with f...
  • 528f78c chore: drop support for Python 3.6
  • 1b1b020 fix: lint errors in tests for pytest.raises
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pydash](https://github.com/dgilland/pydash) from 4.5.0 to 6.0.0.
- [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst)
- [Commits](dgilland/pydash@v4.5.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 28, 2023
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