Skip to content

Commit ab9dc11

Browse files
authored
Merge branch 'develop' into dependabot/github_actions/codecov/codecov-action-3.1.0
2 parents 87015c4 + 6917d90 commit ab9dc11

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

poetry.lock

Lines changed: 1 addition & 11 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ python = "^3.6.2"
2424
aws-xray-sdk = "^2.8.0"
2525
fastjsonschema = "^2.14.5"
2626
boto3 = "^1.18"
27-
jmespath = [
28-
{ version = "<=0.10.0", python = "3.6" },
29-
{ version = "^1.0.0", python = "^3.7" }
30-
]
3127
pydantic = {version = "^1.8.2", optional = true }
3228
email-validator = {version = "*", optional = true }
3329

3430
[tool.poetry.dev-dependencies]
31+
# 2022-04-21: jmespath was removed, to be re-added once we drop python 3.6.
32+
# issue #1148
3533
coverage = {extras = ["toml"], version = "^6.2"}
3634
pytest = "^7.0.1"
3735
black = "^21.12b0"

0 commit comments

Comments
 (0)