Skip to content

Commit 1816d01

Browse files
committed
fix: use specific versions for black (24.3.0) and urllib3 (2.5.0) to resolve vulnerabilities
1 parent b2bf166 commit 1816d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ python = "^3.12"
1010
boto3 = "^1.35.0"
1111
crhelper = "^2.0.11"
1212
setuptools = "<81"
13+
urllib3 = "2.5.0"
1314

1415
[tool.poetry.group.dev.dependencies]
1516
boto3-stubs = { extras = ["all"], version = "^1.28.0" }
1617
pytest = "^7.2.1"
1718
pytest-cov = "^4.0.0"
1819
pytest-mock = "^3.10.0"
1920
pytest-xdist = "^3.1.0"
20-
black = "^24.0.0"
21+
black = "24.3.0"
2122
isort = "^5.11.4"
2223
rope = "^1.7.0"
2324
mypy = "^1.13.0"

0 commit comments

Comments
 (0)