databrickslabs / dbldatagen

Generate relevant synthetic data quickly for your projects. The Databricks Labs synthetic data generator (aka `dbldatagen`) may be used to generate large simulated / synthetic data sets for test, POCs, and other uses in Databricks environments including in Delta Live Tables pipelines
https://databrickslabs.github.io/dbldatagen
Other
302 stars 57 forks source link

Bump pydash from 5.1.2 to 6.0.0 #233

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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

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 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](https://github.com/databrickslabs/dbldatagen/network/alerts).
ronanstokes-db commented 11 months ago

@dependabot ignore this dependency

dependabot[bot] commented 11 months ago

OK, I won't notify you about pydash again, unless you re-open this PR.