Skip to content

Commit 0ea2540

Browse files
authored
Update pyproject.toml to avoid h11 dependency security issue
To address the Critical-level CVE: GHSA-vqfr-h8mv-ghfj
1 parent 1c12546 commit 0ea2540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.16",
33+
"h11>=0.13",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)