Commit c92bde6
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] <support@github.com>
* 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 <sthulb@users.noreply.github.com>1 parent 4ff4f54 commit c92bde6
File tree
3 files changed
+9
-6
lines changed- aws_lambda_powertools/utilities/idempotency/persistence
3 files changed
+9
-6
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments