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

Commit 5ff20e0

Browse files
Merge pull request #324 from CSCfi/dependabot/pip/ujson-5.5.0
Bump ujson from 5.4.0 to 5.5.0
2 parents 6c9751e + 7bc818b commit 5ff20e0

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)