Skip to content

Commit 18198a1

Browse files
Merge pull request #382 from conductor-oss/fix/security-dependency-bumps
Bump vulnerable dependencies (filelock, urllib3, virtualenv)
2 parents 4ae0014 + c09ea52 commit 18198a1

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ deprecated = ">=1.2.14"
3636
python-dateutil = "^2.8.2"
3737
httpx = {version = ">=0.26.0", extras = ["http2"]}
3838
h2 = ">=4.1.0"
39+
urllib3 = ">=2.6.3"
3940

4041
[tool.poetry.group.dev.dependencies]
4142
pylint = ">=2.17.5"
@@ -45,6 +46,8 @@ ruff = "^0.12.0"
4546
pre-commit = "^4.2.0"
4647
setuptools = "^80.9.0"
4748
pytest = "^8.4.1"
49+
filelock = ">=3.20.3"
50+
virtualenv = ">=20.36.1"
4851

4952
[tool.ruff]
5053
target-version = "py39"

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ shortuuid >= 1.0.11
88
dacite >= 1.8.1
99
deprecated >= 1.2.14
1010
httpx >=0.26.0
11-
python-dateutil >= 2.8.2
11+
python-dateutil >= 2.8.2
12+
urllib3 >= 2.6.3

0 commit comments

Comments
 (0)