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

Commit bf866ec

Browse files
Bump ujson from 5.6.0 to 5.7.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](ultrajson/ultrajson@5.6.0...5.7.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 ebfb2c8 commit bf866ec

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.18
77
uvloop==0.17.0
88
aiocache==0.11.1
9-
ujson==5.6.0
9+
ujson==5.7.0
1010
Authlib==1.2.0
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.17.0",
4747
"cyvcf2==0.30.18",
4848
"aiocache==0.11.1",
49-
"ujson==5.6.0",
49+
"ujson==5.7.0",
5050
],
5151
extras_require={
5252
"vcf": [

0 commit comments

Comments
 (0)