From 0460a2701a37e2ed7223413c7fc22e59947651fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:56:43 +0000 Subject: [PATCH] Bump zstandard from 0.15.2 to 0.23.0 Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.15.2 to 0.23.0. - [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.15.2...0.23.0) --- updated-dependencies: - dependency-name: zstandard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ede9def9..1137a493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ 'sympy', 'textdistance', 'z3-solver >= 4', - 'zstandard==0.15.2', + 'zstandard==0.23.0', 'zss' ]