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 5.1.2 to 6.0.0 #104

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pydash from 5.1.2 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)
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

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pydash](https://github.com/dgilland/pydash) from 5.1.2 to 6.0.0.
- [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst)
- [Commits](dgilland/pydash@v5.1.2...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 Apr 30, 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 @requires-metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants