From 647bc64c64309e3c237ad15fa74696e5be76c214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:26:07 +0000 Subject: [PATCH] Bump zlib-ng from 0.5.1 to 1.0.0 (#11499) Bumps [zlib-ng](https://github.com/pycompression/python-zlib-ng) from 0.5.1 to 1.0.0.
Release notes

Sourced from zlib-ng's releases.

version 1.0.0

The library has been running without issues as a dependency in quite a few projects and is now stable enough for the first major version.

Changelog

Sourced from zlib-ng's changelog.

version 1.0.0

The library has been running without issues as a dependency in quite a few projects and is now stable enough for the first major version.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zlib-ng&package-manager=pip&previous-version=0.5.1&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/lint.txt | 2 +- requirements/test.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 2d37bffd8ea..4721057e1af 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -294,7 +294,7 @@ wheel==0.46.0 # via pip-tools yarl==1.20.1 # via -r requirements/runtime-deps.in -zlib-ng==0.5.1 +zlib-ng==1.0.0 # via # -r requirements/lint.in # -r requirements/test.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 93abe83b054..cee211a9979 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -285,7 +285,7 @@ wheel==0.46.0 # via pip-tools yarl==1.20.1 # via -r requirements/runtime-deps.in -zlib-ng==0.5.1 +zlib-ng==1.0.0 # via # -r requirements/lint.in # -r requirements/test.in diff --git a/requirements/lint.txt b/requirements/lint.txt index 94c2f04106c..eae71860cb1 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -120,7 +120,7 @@ valkey==6.1.1 # via -r requirements/lint.in virtualenv==20.34.0 # via pre-commit -zlib-ng==0.5.1 +zlib-ng==1.0.0 # via -r requirements/lint.in zstandard==0.24.0 ; implementation_name == "cpython" # via -r requirements/lint.in diff --git a/requirements/test.txt b/requirements/test.txt index 7eea5b5be32..6545886fc32 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -145,7 +145,7 @@ wait-for-it==2.3.0 # via -r requirements/test.in yarl==1.20.1 # via -r requirements/runtime-deps.in -zlib-ng==0.5.1 +zlib-ng==1.0.0 # via -r requirements/test.in zstandard==0.24.0 ; platform_python_implementation == "CPython" and python_version < "3.14" # via -r requirements/runtime-deps.in