From 9a67342bd456e1b4ff819d4b63cfe6144988b1b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:02:31 +0000 Subject: [PATCH] Bump zlib-ng from 0.5.1 to 1.0.0 Bumps [zlib-ng](https://github.com/pycompression/python-zlib-ng) from 0.5.1 to 1.0.0. - [Release notes](https://github.com/pycompression/python-zlib-ng/releases) - [Changelog](https://github.com/pycompression/python-zlib-ng/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/pycompression/python-zlib-ng/compare/v0.5.1...v1.0.0) --- updated-dependencies: - dependency-name: zlib-ng dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a70ab4..8fe5147 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ colorlog==6.9.0 homeassistant==2025.5.2 pip>=24.1.1,<25.2 ruff==0.12.5 -zlib_ng==0.5.1 +zlib_ng==1.0.0 isal==1.7.2