Skip to content

Commit 7410f5a

Browse files
committed
Merge branch 'develop' into docs/middleware-correlation-id-var
* develop: chore: cleanup, add test for single and nested fix(parameters): make cache aware of single vs multiple calls docs(event_handler): use correct correlation_id for logger in middleware example (aws-powertools#3063) chore(deps-dev): bump pytest from 7.4.1 to 7.4.2 (aws-powertools#3057)
2 parents 9ddbc12 + f67fedc commit 7410f5a

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

poetry.lock

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ datadog-lambda = { version = "^4.77.0", optional = true }
3838

3939
[tool.poetry.dev-dependencies]
4040
coverage = {extras = ["toml"], version = "^7.2"}
41-
pytest = "^7.4.1"
41+
pytest = "^7.4.2"
4242
black = "^23.3"
4343
boto3 = "^1.18"
4444
isort = "^5.11.5"

0 commit comments

Comments
 (0)