Skip to content

Commit e4eba3a

Browse files
committed
bump orjson
3.5.4 is the last version supporting py3.6 3.6.3 is current and supports py3.7+
1 parent 00bedbb commit e4eba3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requires-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ black==21.6b0
99
fire==0.4.0
1010
coloredlogs==15.0.1
1111
flask-talisman==0.8.1
12-
orjson==3.3.1;python_version<"3.7"
13-
orjson==3.6.1;python_version>="3.7"
12+
orjson==3.5.4;python_version<"3.7"
13+
orjson==3.6.3;python_version>="3.7"

0 commit comments

Comments
 (0)