Skip to content

Commit d1e17c5

Browse files
ljdelavegalovelydinosaurlkasser1
authored
Update h11 dependency, resolving security fix. (#1008)
* Update pyproject.toml to avoid h11 dependency security issue To address the Critical-level CVE: GHSA-vqfr-h8mv-ghfj * Update pyproject.toml to avoid h11 dependency security issue To address the Critical-level CVE: GHSA-vqfr-h8mv-ghfj * Update pyproject.toml Co-authored-by: Lucas Kasser <[email protected]> --------- Co-authored-by: Tom Christie <[email protected]> Co-authored-by: Lucas Kasser <[email protected]>
1 parent ae46dfb commit d1e17c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"certifi",
33-
"h11>=0.13,<0.15",
33+
"h11>=0.16",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)