From 014850f1634a6cb329a465e1c0fc0b748e2a81fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:56:53 +0000 Subject: [PATCH] build(deps): bump zstandard from 0.17.0 to 0.18.0 in /backend Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.17.0 to 0.18.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.17.0...0.18.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 08cb7a7b6..8a8163db0 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.17.0 +zstandard==0.18.0