Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump flake8-bugbear from 22.1.11 to 22.4.25 (#1156)
* chore(deps-dev): bump flake8-bugbear from 22.1.11 to 22.4.25 Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.1.11 to 22.4.25. - [Release notes](https://github.com/PyCQA/flake8-bugbear/releases) - [Commits](PyCQA/flake8-bugbear@22.1.11...22.4.25) --- updated-dependencies: - dependency-name: flake8-bugbear dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix: change static_pk_value to optional and default of None Flake correctly pointed out that using a dyanmic string will cause issues in an arg. The arg was changed to `Optional[str] = None` instead and a check for `None` is now done, if set to `None`, the old value is used: `idempotency<NAME>` is used, where name is from a env var Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Simon Thulbourn <[email protected]>
- Loading branch information