Skip to content

Commit f1d5a91

Browse files
Fixing dependency resolution
1 parent 0fe4ab7 commit f1d5a91

File tree

4 files changed

+641
-429
lines changed

4 files changed

+641
-429
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target:
66

77
dev:
88
pip install --upgrade pip pre-commit poetry
9-
# @$(MAKE) dev-version-plugin
9+
@$(MAKE) dev-version-plugin
1010
poetry install --extras "all redis datamasking"
1111
pre-commit install
1212

@@ -115,4 +115,4 @@ mypy:
115115

116116

117117
dev-version-plugin:
118-
poetry self add git+https://github.com/monim67/poetry-bumpversion@315fe3324a699fa12ec20e202eb7375d4327d1c4
118+
poetry self add git+https://github.com/monim67/poetry-bumpversion@348de6f247222e2953d649932426e63492e0a6bf

docs/we_made_this.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ Learn to implement data masking in AWS Lambda with Powertools, protecting sensit
134134
135135
[Simplified Data Masking in AWS Lambda with Powertools](https://www.internetkatta.com/simplified-data-masking-in-aws-lambda-with-powertool){target="_blank" rel="nofollow"}
136136

137-
138137
## Videos
139138

140139
#### Building a resilient input handling with Parser

0 commit comments

Comments
 (0)