Skip to content

Commit 26a005f

Browse files
committed
chore: pre-commit dep
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
1 parent 1f074de commit 26a005f

File tree

2 files changed

+107
-48
lines changed

2 files changed

+107
-48
lines changed

poetry.lock

Lines changed: 105 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "pow
1818
license = "MIT-0"
1919

2020
[tool.poetry.dependencies]
21-
python = "^3.6"
21+
python = "^3.8"
2222
aws-xray-sdk = "~=2.5.0"
2323
fastjsonschema = "~=2.14.4"
2424

@@ -46,6 +46,7 @@ radon = "^4.1.0"
4646
xenon = "^0.7.0"
4747
flake8-bugbear = "^20.1.4"
4848
flake8-eradicate = "^0.3.0"
49+
pre-commit = "^2.4.0"
4950

5051
[tool.coverage.run]
5152
source = ["aws_lambda_powertools"]

0 commit comments

Comments
 (0)