Skip to content

Commit c0e0759

Browse files
committed
chore(deps): update simple-json to 3.19.1
1 parent b428440 commit c0e0759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ markupsafe==2.0.1; python_version < '3.7'
2424
markupsafe==2.1.2; python_version >= '3.7'
2525
httpx==0.22.0; python_version < '3.7'
2626
httpx==0.23.3; python_version >= '3.7'
27-
simplejson==3.18.4
27+
simplejson==3.19.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def read(filename):
228228
'six>=1.16.0',
229229
'fastapi>=0.67.0',
230230
'urllib3>=1.26.12',
231-
'simplejson==3.18.4'
231+
'simplejson==3.19.1'
232232
]
233233

234234
if sys.version_info < (3, 7):

0 commit comments

Comments
 (0)