From 1f4006fb9acad6762dff099d783e3db4f3c7cba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:01:35 +0000 Subject: [PATCH] Update nh3 requirement from >=0.3.3 to >=0.3.5 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.3.3...v0.3.5) --- updated-dependencies: - dependency-name: nh3 dependency-version: 0.3.5 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 38409ac6..1d52e684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "redis", "requests", "sentry-sdk", - "nh3>=0.3.3", + "nh3>=0.3.5", ] [dependency-groups]