Skip to content

Commit 26f9493

Browse files
committed
fix(deps): correct mypy types as dev dependency
1 parent b6ed979 commit 26f9493

File tree

2 files changed

+8
-44
lines changed

2 files changed

+8
-44
lines changed

poetry.lock

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

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@ fastjsonschema = "^2.14.5"
2626
boto3 = "^1.18"
2727
pydantic = {version = "^1.8.2", optional = true }
2828
email-validator = {version = "*", optional = true }
29-
mypy-boto3-cloudwatch = "^1.24.0"
30-
mypy-boto3-lambda = "^1.24.0"
31-
mypy-boto3-xray = "^1.24.0"
3229

3330
[tool.poetry.dev-dependencies]
34-
# 2022-04-21: jmespath was removed, to be re-added once we drop python 3.6.
31+
# Maintenance: 2022-04-21 jmespath was removed, to be re-added once we drop python 3.6.
3532
# issue #1148
3633
coverage = {extras = ["toml"], version = "^6.2"}
3734
pytest = "^7.0.1"
@@ -66,6 +63,9 @@ retry = "^0.9.2"
6663
pytest-xdist = "^2.5.0"
6764
aws-cdk-lib = "^2.23.0"
6865
pytest-benchmark = "^3.4.1"
66+
mypy-boto3-cloudwatch = "^1.24.0"
67+
mypy-boto3-lambda = "^1.24.0"
68+
mypy-boto3-xray = "^1.24.0"
6969

7070

7171
[tool.poetry.extras]

0 commit comments

Comments
 (0)