From d89157002f6559709fa1f4c661c82c9ddd253c38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:19:04 +0000 Subject: [PATCH] chore(deps): update zstandard requirement from >=0.23 to >=0.25.0 Updates the requirements on [zstandard](https://github.com/indygreg/python-zstandard) to permit the latest version. - [Release notes](https://github.com/indygreg/python-zstandard/releases) - [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst) - [Commits](https://github.com/indygreg/python-zstandard/compare/0.23.0...0.25.0) --- updated-dependencies: - dependency-name: zstandard dependency-version: 0.25.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b295eb9..f68caae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dev = [ "ruff", "mypy", "nuitka>=2.5", - "zstandard>=0.23", + "zstandard>=0.25.0", "python-semantic-release>=9.0.0" ]