Updates for Python 3.10 and Ubuntu 22.04

Removes the loop parameter passing
Updates dependencies

Change-Id: Idf86a86691afe6e1fd92dd2e3ace1955a0680efe
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
diff --git a/requirements.in b/requirements.in
index 1f1485e..c083f65 100644
--- a/requirements.in
+++ b/requirements.in
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 aiokafka
-peewee==3.8.*
-jsonschema==2.6.*
+peewee
+jsonschema
 pyyaml==5.4.1
-pymysql==0.9.*
-peewee-migrate==1.1.*
-requests==2.*
+pymysql
+peewee-migrate
+requests