From 5e720bf037edef03a517e25e096893638b6af801 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Wed, 16 Oct 2024 12:18:46 -0700 Subject: [PATCH] httptools 0.6.3 Fixes ===== * Fix missing CR is some tests (by @mgorny in 21a199d3 for #112) * Bump bundled llhttp to 9.2.1 Fixes CVE-2024-27982 (by @elprans in 560bd9ea for #113) --- httptools/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httptools/_version.py b/httptools/_version.py index c1c278c..5a70bc1 100644 --- a/httptools/_version.py +++ b/httptools/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.6.2' +__version__ = '0.6.3'