Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 7bc818b

Browse files
Bump ujson from 5.4.0 to 5.5.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.4.0...5.5.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c9751e commit 7bc818b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Cython==0.29.32
66
cyvcf2==0.30.16
77
uvloop==0.16.0
88
aiocache==0.11.1
9-
ujson==5.4.0
9+
ujson==5.5.0
1010
Authlib==1.0.1
1111
gunicorn==20.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"uvloop==0.16.0",
4747
"cyvcf2==0.30.16",
4848
"aiocache==0.11.1",
49-
"ujson==5.4.0",
49+
"ujson==5.5.0",
5050
],
5151
extras_require={
5252
"vcf": [

0 commit comments

Comments
 (0)