We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b428440 commit c0e0759Copy full SHA for c0e0759
requirements_dev.txt
@@ -24,4 +24,4 @@ markupsafe==2.0.1; python_version < '3.7'
24
markupsafe==2.1.2; python_version >= '3.7'
25
httpx==0.22.0; python_version < '3.7'
26
httpx==0.23.3; python_version >= '3.7'
27
-simplejson==3.18.4
+simplejson==3.19.1
setup.py
@@ -228,7 +228,7 @@ def read(filename):
228
'six>=1.16.0',
229
'fastapi>=0.67.0',
230
'urllib3>=1.26.12',
231
- 'simplejson==3.18.4'
+ 'simplejson==3.19.1'
232
]
233
234
if sys.version_info < (3, 7):
0 commit comments