From b8913ff0a62347b0223b7da4c8940c9585a3e481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:11:32 +0000 Subject: [PATCH] Build(deps): bump zstandard from 0.22.0 to 0.23.0 Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.22.0 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.22.0...0.23.0) --- updated-dependencies: - dependency-name: zstandard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index db9c01e..89126c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ orjson==3.10.5 pydantic==2.8.0 moviepy==1.0.3 pycryptodomex==3.20.0 -zstandard==0.22.0 +zstandard==0.23.0 diff --git a/setup.py b/setup.py index 7d38641..ae57e4f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ "pydantic==2.8.0", "moviepy==1.0.3", "pycryptodomex==3.20.0", - "zstandard==0.22.0", + "zstandard==0.23.0", ] setup(