Skip to content

Commit d45ebfb

Browse files
author
Tom McCarthy
authored
fix: change supported python version from 3.6.1 to 3.6.2, bump black (#807)
1 parent 6c451f7 commit d45ebfb

File tree

2 files changed

+44
-33
lines changed

2 files changed

+44
-33
lines changed

poetry.lock

+42-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "pow
2020
license = "MIT-0"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.6.1"
23+
python = "^3.6.2"
2424
aws-xray-sdk = "^2.8.0"
2525
fastjsonschema = "^2.14.5"
2626
boto3 = "^1.18"
@@ -31,7 +31,7 @@ email-validator = {version = "*", optional = true }
3131
[tool.poetry.dev-dependencies]
3232
coverage = {extras = ["toml"], version = "^6.0"}
3333
pytest = "^6.2.5"
34-
black = "^20.8b1"
34+
black = "^21.10.b0"
3535
flake8 = "^3.9.0"
3636
flake8-black = "^0.2.3"
3737
flake8-builtins = "^1.5.3"

0 commit comments

Comments
 (0)