From 2f628145b21b32b4e1bb949e840bc045c37cf56c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 21:07:23 +0000 Subject: [PATCH] Bump ujson from 1.35 to 5.4.0 in /butthell 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] --- butthell/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butthell/requirements.txt b/butthell/requirements.txt index 455df05..cc78d2c 100644 --- a/butthell/requirements.txt +++ b/butthell/requirements.txt @@ -7,6 +7,6 @@ pyglet==1.2.4 Pygments==2.1.3 python-bulletml==3 python-dotenv==0.4.0 -ujson==1.35 +ujson==5.4.0 urwid==1.3.1 yaff==0.1.0