Skip to content

Commit 1c12546

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

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

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)