Skip to content

Commit b3553ae

Browse files
Antiz96Kriechi
andauthored
Bump h11 dependency version for critical security fix (#191)
A critical CVE affecting h11 < 0.16.0 has been published: [CVE-2025-43859](GHSA-vqfr-h8mv-ghfj) Co-authored-by: Thomas Kriechbaumer <[email protected]>
1 parent 73953e2 commit b3553ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
'Programming Language :: Python :: Implementation :: PyPy',
4848
],
4949
install_requires=[
50-
'h11>=0.13.0,<1',
50+
'h11>=0.16.0,<1',
5151
],
5252
)

0 commit comments

Comments
 (0)