From 85413ddd6e9f26db672f09651452beedbec30a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:56:31 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.4.0 in /blog Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/v1.35...5.4.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/requirements.txt b/blog/requirements.txt index 384b9bac..93f72b73 100644 --- a/blog/requirements.txt +++ b/blog/requirements.txt @@ -15,7 +15,7 @@ python-dateutil==2.8.1 pytzdata==2019.3 six==1.13.0 traitlets==4.3.3 -ujson==1.35 +ujson==5.4.0 uvloop==0.14.0 vibora==0.0.6 wcwidth==0.1.7