Update sqlalchemy_jsonfield to avoid pkgresources use (#13032)

The previous version of sqlalchemy_jsonfield imported pkg_resources
which slowed down a lot of things. They have just released 1.0.0 with
that change.
diff --git a/setup.cfg b/setup.cfg
index dee9ec4..2945ee9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -129,7 +129,7 @@
     rich==9.2.0
     setproctitle>=1.1.8, <2
     sqlalchemy>=1.3.18, <2
-    sqlalchemy_jsonfield~=0.9
+    sqlalchemy_jsonfield~=1.0
     tabulate>=0.7.5, <0.9
     tenacity~=6.2.0
     termcolor>=1.1.0