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

Commit 08ea07b

Browse files
authored
Merge pull request #235 from CSCfi/dependabot/pip/ujson-5.1.0
Bump ujson from 4.3.0 to 5.1.0
2 parents 9b0ebda + ce8d605 commit 08ea07b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ cyvcf2; python_version >= '3.7'
99
uvloop==0.14.0; python_version < '3.7'
1010
uvloop==0.16.0; python_version >= '3.7'
1111
aiocache==0.11.1
12-
ujson==4.3.0
12+
ujson==4.3.0; python_version < '3.7'
13+
ujson==5.1.0; python_version >= '3.7'
1314
aiomcache==0.6.0
1415
Authlib==0.15.5
1516
gunicorn==20.1.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
"cyvcf2==0.10.1; python_version < '3.7'",
5050
"cyvcf2; python_version >= '3.7'",
5151
"aiocache==0.11.1",
52-
"ujson==4.3.0",
5352
"aiomcache==0.6.0",
53+
"ujson==4.3.0; python_version < '3.7'",
54+
"ujson==5.1.0; python_version >= '3.7'",
5455
],
5556
extras_require={
5657
"vcf": [

0 commit comments

Comments
 (0)