Skip to content

Commit e6ccc69

Browse files
committed
chore(deps): remove old python version guard
1 parent 2aca4f0 commit e6ccc69

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "pow
1919
license = "MIT-0"
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.7.10"
22+
python = "^3.7.4"
2323
aws-xray-sdk = "^2.8.0"
2424
fastjsonschema = "^2.14.5"
2525
boto3 = "^1.18"
@@ -53,24 +53,24 @@ mike = "^0.6.0"
5353
mypy = "^0.971"
5454
retry = "^0.9.2"
5555
pytest-xdist = "^2.5.0"
56-
aws-cdk-lib = { version = "^2.38.1", python = ">=3.7" }
57-
"aws-cdk.aws-apigatewayv2-alpha" = {version = "^2.38.1-alpha.0", python = ">=3.7"}
58-
"aws-cdk.aws-apigatewayv2-integrations-alpha" = {version = "^2.38.1-alpha.0", python = ">=3.7"}
56+
aws-cdk-lib = "^2.38.1"
57+
"aws-cdk.aws-apigatewayv2-alpha" = "^2.38.1-alpha.0"
58+
"aws-cdk.aws-apigatewayv2-integrations-alpha" = "^2.38.1-alpha.0"
5959
pytest-benchmark = "^3.4.1"
60-
mypy-boto3-appconfig = { version = "^1.24.29", python = ">=3.7" }
61-
mypy-boto3-cloudformation = { version = "^1.24.0", python = ">=3.7" }
62-
mypy-boto3-cloudwatch = { version = "^1.24.35", python = ">=3.7" }
63-
mypy-boto3-dynamodb = { version = "^1.24.27", python = ">=3.7" }
64-
mypy-boto3-lambda = { version = "^1.24.0", python = ">=3.7" }
65-
mypy-boto3-logs = { version = "^1.24.0", python = ">=3.7" }
66-
mypy-boto3-secretsmanager = { version = "^1.24.11", python = ">=3.7" }
67-
mypy-boto3-ssm = { version = "^1.24.0", python = ">=3.7" }
68-
mypy-boto3-s3 = { version = "^1.24.0", python = ">=3.7" }
69-
mypy-boto3-xray = { version = "^1.24.0", python = ">=3.7" }
60+
mypy-boto3-appconfig = "^1.24.29"
61+
mypy-boto3-cloudformation = "^1.24.0"
62+
mypy-boto3-cloudwatch = "^1.24.35"
63+
mypy-boto3-dynamodb = "^1.24.27"
64+
mypy-boto3-lambda = "^1.24.0"
65+
mypy-boto3-logs = "^1.24.0"
66+
mypy-boto3-secretsmanager = "^1.24.11"
67+
mypy-boto3-ssm = "^1.24.0"
68+
mypy-boto3-s3 = "^1.24.0"
69+
mypy-boto3-xray = "^1.24.0"
7070
types-requests = "^2.28.8"
71-
typing-extensions = { version = "^4.3.0", python = ">=3.7" }
71+
typing-extensions = "^4.3.0"
7272
python-snappy = "^0.6.1"
73-
mkdocs-material = { version = "^8.3.9", python = ">=3.7" }
73+
mkdocs-material = "^8.3.9"
7474

7575
[tool.poetry.extras]
7676
pydantic = ["pydantic", "email-validator"]

0 commit comments

Comments
 (0)