diff --git a/Pipfile b/Pipfile index 7f0406152..6aaf6fa61 100644 --- a/Pipfile +++ b/Pipfile @@ -37,7 +37,7 @@ psycopg2 = "==2.9.10" kafka-python = "==2.0.2" psycopg2-binary = "==2.9.10" joserfc = "==0.8.0" -jinja2 = "==3.1.4" +jinja2 = "==3.1.5" stompest = "==2.3.0" xmltodict = "==0.13.0" uuid-utils = "==0.9.0" diff --git a/Pipfile.lock b/Pipfile.lock index 8228a4547..5b0aacdb6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "33affae32fc1757625eb4f659dc17658e169caa60f1b3f084d01498a7f617f33" + "sha256": "88593341ba0a77ec24be3d8df3d7877ad64bab19e3ce5e2c949a8545de9feadd" }, "pipfile-spec": 6, "requires": { @@ -576,12 +576,12 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "jmespath": { "hashes": [ @@ -1512,12 +1512,12 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "lazy-object-proxy": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 2cc6db16c..0593a05e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ grpcio-status==1.68.1; python_version >= '3.8' grpcio-tools==1.68.1; python_version >= '3.8' gunicorn==22.0.0; python_version >= '3.7' idna==3.10; python_version >= '3.6' -jinja2==3.1.4; python_version >= '3.7' +jinja2==3.1.5; python_version >= '3.7' jmespath==1.0.1; python_version >= '3.7' joserfc==0.8.0; python_version >= '3.8' kafka-python==2.0.2