diff --git a/sample-apps/blank-python/function/requirements.txt b/sample-apps/blank-python/function/requirements.txt index 455b40c7..e0370ea2 100644 --- a/sample-apps/blank-python/function/requirements.txt +++ b/sample-apps/blank-python/function/requirements.txt @@ -1,2 +1,2 @@ -jsonpickle==1.3 +jsonpickle==1.5.0 aws-xray-sdk==2.4.3 \ No newline at end of file diff --git a/sample-apps/layer-python/layer/requirements.txt b/sample-apps/layer-python/layer/requirements.txt index 2c24336e..bd6f2345 100644 --- a/sample-apps/layer-python/layer/requirements.txt +++ b/sample-apps/layer-python/layer/requirements.txt @@ -1 +1 @@ -requests==2.31.0 +requests==2.32.4