Skip to content

Commit 981949c

Browse files
author
Michael Brewer
authored
Merge branch 'awslabs:develop' into docs/1064-metrics
2 parents 80b4bc7 + 8aa9251 commit 981949c

File tree

3 files changed

+38
-47
lines changed

3 files changed

+38
-47
lines changed

.github/workflows/python_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Complexity baseline
4040
run: make complexity-baseline
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v3.0.0
42+
uses: codecov/codecov-action@v3.1.0
4343
with:
4444
file: ./coverage.xml
4545
# flags: unittests

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 7 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"
@@ -50,12 +48,12 @@ pdoc3 = "^0.10.0"
5048
pytest-asyncio = "^0.16.0"
5149
bandit = "^1.7.1"
5250
radon = "^5.1.0"
53-
xenon = "^0.8.0"
51+
xenon = "^0.9.0"
5452
flake8-eradicate = "^1.2.0"
5553
flake8-bugbear = "^22.1.11"
56-
mkdocs-git-revision-date-plugin = "^0.3.1"
54+
mkdocs-git-revision-date-plugin = "^0.3.2"
5755
mike = "^0.6.0"
58-
mypy = "^0.931"
56+
mypy = "^0.942"
5957
mkdocs-material = "^8.2.7"
6058

6159

0 commit comments

Comments
 (0)