From 8898efbc94412c66c7b17e8d838f727239ef37c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 13:27:37 +0000 Subject: [PATCH] Update nh3 requirement from <0.3,>=0.2.14 to >=0.2.14,<0.4 Updates the requirements on [nh3](https://github.com/messense/nh3) to permit the latest version. - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.2.14...v0.3.0) --- updated-dependencies: - dependency-name: nh3 dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fef989..b62541c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "furl>=2.1.3,<3", "lxml>=4.8", "python-dateutil>=2.8.2,<3", - "nh3>=0.2.14,<0.3", + "nh3>=0.2.14,<0.4", "pyjwt>=2.8.0,<3", "orjson>=3.9.14,<4", "orjsonl>=1.0.0,<2",