Skip to content

Commit c236aca

Browse files
authored
chore: constrain vulnerable transitive dependencies (#50)
1 parent b0544d8 commit c236aca

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ package = false
2222
required-version = ">=0.7.10"
2323
constraint-dependencies = [
2424
"idna>=3.12",
25+
"python-multipart>=0.0.29",
26+
"urllib3>=2.7.0",
2527
]
2628

2729
[tool.ddp.catalog]

uv.lock

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

0 commit comments

Comments
 (0)