Skip to content

Commit b7e74bb

Browse files
committed
Lock urllib3 version for vulnerability
1 parent 588f0af commit b7e74bb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ packages = [ { include="appconfig_helper" } ]
2626

2727
[tool.poetry.dependencies]
2828
python = "^3.10"
29-
boto3 = "^1.20.8"
29+
boto3 = "^1.42.4"
3030
PyYAML = "^6.0"
3131
botocore = {version = "^1.42.4", extras = ["crt"]}
32+
urllib3 = "^2.6.0"
3233

3334
[tool.poetry.group.dev.dependencies]
34-
boto3-stubs = "^1.20.8"
35+
boto3-stubs = "^1.42.4"
3536
pytest = "^7.4.0"
3637
pytest-mock = "^3.6.1"
3738
freezegun = "^1.1.0"

0 commit comments

Comments
 (0)