From bb5cbbdfaa8815350774c7e51421f2cba3324ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:20:10 +0000 Subject: [PATCH] chore(deps): bump nh3 from 0.2.20 to 0.2.21 (#12517) Bumps [nh3](https://github.com/messense/nh3) from 0.2.20 to 0.2.21. - [Release notes](https://github.com/messense/nh3/releases) - [Commits](https://github.com/messense/nh3/compare/v0.2.20...v0.2.21) --- updated-dependencies: - dependency-name: nh3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 4acf136d7c90..f08f085485d5 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -123,7 +123,7 @@ mypy==1.15.0 ; python_full_version >= '3.9' # via cryptography (pyproject.toml) mypy-extensions==1.0.0 # via mypy -nh3==0.2.20 ; python_full_version >= '3.8' +nh3==0.2.21 ; python_full_version >= '3.8' # via readme-renderer nox==2024.4.15 ; python_full_version < '3.8' # via cryptography (pyproject.toml)