d4bl / COVID19_tracker_data_extraction

Data is often not collected by Black communities when it is needed the most. We have compiled a list of all of the states that have shared data on COVID-19 infections and deaths by race and those who have not. This effort is to extract this data from websites to track disparities COVID-19 deaths and cases for Black people.
34 stars 7 forks source link

Bump pydash from 4.8.0 to 6.0.0 #249

Open dependabot[bot] opened 11 months ago

dependabot[bot] commented 11 months ago

Bumps pydash from 4.8.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 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/d4bl/COVID19_tracker_data_extraction/network/alerts).