From 0f48f67a97602a7e3dd87df039759a64c6ad738a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 12:54:42 +0000 Subject: [PATCH] build(deps): bump zstandard from 0.15.2 to 0.17.0 in /backend Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.15.2 to 0.17.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.17.0) --- updated-dependencies: - dependency-name: zstandard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8841fb764..16783042d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,4 +11,4 @@ python-dateutil==2.8.2 pytoml==0.1.21 redis==3.5.3 swagger-ui-bundle==0.0.9 -zstandard==0.15.2 +zstandard==0.17.0