ethyca / fidesops

Privacy as Code for DSAR Orchestration: Privacy Request automation to fulfill GDPR, CCPA, and LGPD data subject requests.
https://ethyca.github.io/fidesops
Apache License 2.0
46 stars 16 forks source link

Bump pydash from 5.1.0 to 5.1.1 #1476

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps pydash from 5.1.0 to 5.1.1.

Changelog

Sourced from pydash's changelog.

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.
Commits
  • 111bc97 Release v5.1.1.
  • bd001f6 Update CHANGELOG.
  • 5e11280 Fix timing assertion issue in test for pydash.delay where it could fail on ce...
  • 56939f1 Run auto formatter.
  • 96f6e48 Move mocked_sleep fixture to tests/conftest.py and rename to mock_sleep. Rena...
  • 0daba54 Specify language in docs/conf.py.
  • 422da18 Rename invoke task "test" to "ci" and "unit" to "test".
  • 3b2a990 Replace setup.py with pyproject.toml build. Add support for Python 3.10.
  • 278e052 Ignore warning from pytest_pylint plugin.
  • 13b8789 Rename loop variable to resolve false-positive flake8-bugbear violation.
  • 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 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)