Skip to content

Commit d51bd8b

Browse files
authored
chore: fix security (non-)issue with poetry.lock in test (#25973)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 7f63d81 commit d51bd8b

File tree

2 files changed

+98
-27
lines changed

2 files changed

+98
-27
lines changed

packages/@aws-cdk/aws-lambda-python-alpha/test/lambda-handler-poetry/poetry.lock

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

packages/@aws-cdk/aws-lambda-python-alpha/test/lambda-handler-poetry/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = ""
55
authors = ["Your Name <[email protected]>"]
66

77
[tool.poetry.dependencies]
8-
python = "^3.6"
9-
requests = "2.26.0"
8+
python = "^3.7"
9+
requests = "^2.31.0"
1010

1111
[tool.poetry.dev-dependencies]
1212

0 commit comments

Comments
 (0)